html5-boilerplate-for-wordpress
html5-boilerplate-for-wordpress copied to clipboard
body class for all non ie browsers
trafficstars
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.
>
I think this was meant to change line 58 of header.php to:
<!--[if (gt IE 9)|!(IE)]><!--> <body <?php body_class(); ?>> <!--<![endif]-->
yes, that is an issue which should be resolved and yes that is most likely what frederfred meant.