Closed C80 closed 2 years ago
Most jqueryui.com pages i've went to start with something like this:
<!--[if IE 7 ]> <html class="no-js ie ie7 lte7 lte8 lte9"> lang="en-US"> <![endif]--> <!--[if IE 8 ]> <html class="no-js ie ie8 lte8 lte9"> lang="en-US"> <![endif]--> <!--[if IE 9 ]> <html class="no-js ie ie9 lte9"> lang="en-US"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
Which includes a LOT of misplaced ">" characters, and would show up on screen for some browsers:
Thanks for the report. I've removed the IE conditional headers now, they're not really needed anymore.
Most jqueryui.com pages i've went to start with something like this:
Which includes a LOT of misplaced ">" characters, and would show up on screen for some browsers: