zencoder / html5-boilerplate-for-wordpress

The HTML5 Boilerplate adapted into a WordPress template, including Bruce Lawson's HTML5 blog markup.
632 stars 130 forks source link

body class for all non ie browsers #2

Open frederfred opened 14 years ago

frederfred commented 14 years ago

The current version adds the class "ie6" to the body to all browsers that aren't internet explorer. The body element should look like this instead.

>
aoberoi commented 13 years ago

I think this was meant to change line 58 of header.php to:

<!--[if (gt IE 9)|!(IE)]><!--> <body <?php body_class(); ?>> <!--<![endif]-->
ucc-xx commented 13 years ago

yes, that is an issue which should be resolved and yes that is most likely what frederfred meant.