Explorar el Código

fixed a syntax error in the IE comment tag

Garrick van Buren hace 12 años
padre
commit
b156502f3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Foreground.skin.php

+ 1 - 1
Foreground.skin.php

@@ -106,7 +106,7 @@ class foregroundTemplate extends BaseTemplate {
 
 		<div class="row">
 				<div class="large-12 columns">
-				<!--[if gt IE9]>
+				<!--[if gt IE9]-->
 				<div id="siteNotice" class="sitenotice panel radius"><?php echo $this->text('sitename'); ?> may not look as expected in your version of Internet Explorer. We recommend you upgrade to a newer version of Internet Explorer or switch to a browser like Firefox or Chrome.</div>
 				<!--<![endif]-->