h5bp update: new conditional comment magic for the <html> tag, more info at http://goo.gl/MmY2F

This commit is contained in:
Ben Word
2011-05-19 19:09:42 -06:00
parent d1f2edff9a
commit 4debdc5e5d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8" <?php language_attributes(); ?>> <![endif]-->
<!--[if lt IE 9]> <html class="no-js oldie" <?php language_attributes(); ?>> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
<head>
<meta charset="utf-8">