Skip to content

Commit

Permalink
Fixed IE X-UA-Compatible conditional comment to actually call IE. Add…
Browse files Browse the repository at this point in the history
…ed newline between </body> and </html>.
  • Loading branch information
jeffreybarke committed Jun 27, 2010
1 parent b356fe2 commit bf64d1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion html5-template/html5.html
Expand Up @@ -5,7 +5,7 @@
<head>

<meta charset="utf-8" />
<!--[if !IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->

<title>Yet another HTML5 template, with jQuery</title>

Expand All @@ -26,5 +26,7 @@
</div>

<script src="http://media.theknot.com/jscripts/jquery/jquery-1.4.2.min.js"></script>

</body>

</html>

0 comments on commit bf64d1c

Please sign in to comment.