html5-boilerplate-for-wordpress icon indicating copy to clipboard operation
html5-boilerplate-for-wordpress copied to clipboard

body class for all non ie browsers

Open frederfred opened this issue 15 years ago • 2 comments
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.

>

frederfred avatar Aug 28 '10 16:08 frederfred

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

<!--[if (gt IE 9)|!(IE)]><!--> <body <?php body_class(); ?>> <!--<![endif]-->

aoberoi avatar Feb 18 '11 23:02 aoberoi

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

ucc-xx avatar May 12 '11 13:05 ucc-xx