h5bp update to <html> tag

This commit is contained in:
Ben Word
2011-05-26 07:49:51 -06:00
parent f3c1b46d18
commit 6542f5bd19

View File

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