Skip to content

Commit

Permalink
Merge pull request #1 from Trott/html-validation
Browse files Browse the repository at this point in the history
HTML validation fixes
  • Loading branch information
jrjohnson committed Feb 18, 2014
2 parents 67b367b + 4b77f11 commit be66944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Jazzee Organization" />
<meta name="description" content="Jazzee Open Applicatio platform" />
<meta name="keywords" content="jazzee, university of california, application, apply, graduate application" />
<title>{{ page.title }}</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.9.0/build/reset-fonts-grids/reset-fonts-grids.css&2.9.0/build/base/base-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.9.0/build/reset-fonts-grids/reset-fonts-grids.css&amp;2.9.0/build/base/base-min.css">
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/blitzer/jquery-ui.css" type="text/css" rel="Stylesheet" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script>
Expand Down

0 comments on commit be66944

Please sign in to comment.