conditional include of html5 shim
authorBostjan Oblak <bostjan@muha.cc>
Sat, 2 Jun 2012 12:31:15 +0000 (14:31 +0200)
committerBostjan Oblak <bostjan@muha.cc>
Sat, 2 Jun 2012 12:31:15 +0000 (14:31 +0200)
module/Application/view/layout/layout.phtml

index e719d29..31e99f1 100644 (file)
@@ -15,7 +15,7 @@ $this->headLink(array(
 
 // HTML5 shim, for IE6-8 support of HTML elements
 $this->headScript()->appendFile($basePath . '/js/html5.js', 'text/javascript', 
-    array('conditional' => 'lt IE9',));
+    array('conditional' => 'lt IE 9',));
 
 echo $this->doctype();
 ?>