Hacker News new | ask | show | jobs
by joaor 4373 days ago
there is a flying ">" somewhere
2 comments

There is some unparsed PHP in there:

    <html class="no-js" xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <!--[if lt IE 7 ]><html class="ie ie6" <?php language_attributes(); ?>> <![endif]-->
    <!--[if IE 7 ]><html class="ie ie7" <?php language_attributes(); ?>> <![endif]-->
    <!--[if IE 8 ]><html class="ie ie8" <?php language_attributes(); ?>> <![endif]-->
    <!--[if (gte IE 9)|!(IE)]><html <?php language_attributes(); ?>><![endif]-->
Seems to be right after the opening body tag. The ">" is visible if you hide the header.