Using 1.99.2
'layout.html' has the following conditional comment...

    <!--[if IE]>
      <!-- Always force latest IE rendering engine
       (even in intranet) & Chrome Frame
       Remove this if you use the .htaccess -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <![endif]-->

I may be wrong, but I think the regular html comment contained in the
conditional comment could cause premature closing. Perhaps this would
be better ....

      <!-- Always force latest IE rendering engine
       (even in intranet) & Chrome Frame
       Remove this if you use the .htaccess -->
    <!--[if IE]>
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <![endif]-->

Reply via email to