Skip to content

Commit

Permalink
move @lang attribute from HTML elem to BODY. fixes twbs#286
Browse files Browse the repository at this point in the history
thx davidmurdoch
  • Loading branch information
paulirish committed Jan 20, 2011
1 parent 5d67f64 commit 16e9b7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>

<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<!--[if lt IE 7 ]> <html class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">

Expand Down Expand Up @@ -35,7 +35,7 @@

</head>

<body>
<body lang="en" >

<div id="container">
<header>
Expand Down

0 comments on commit 16e9b7d

Please sign in to comment.