include the ie fix js inside the conditional comment
authorGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 10 Apr 2004 20:09:48 +0000 (20:09 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 10 Apr 2004 20:09:48 +0000 (20:09 +0000)
templates/xhtml_slim.pt

index e3456e1..35a109f 100644 (file)
@@ -14,7 +14,8 @@
       /*]]>*/
     </style>
     <link rel="stylesheet" type="text/css" media="print" href="${stylepath}/commonPrint.css" />
-    <!--[if IE]><style type="text/css" media="all">@import url(${stylepath}/${skinname}/IEFixes.css);</style><![endif]-->
+    <!--[if IE]><style type="text/css" media="all">@import url(${stylepath}/${skinname}/IEFixes.css);</style>
+    <script type="text/javascript" src="${stylepath}/IEFixes.js"><![endif]-->
     <link tal:condition="favicon" rel="shortcut icon" href="${favicon}" type="image/x-icon" />
     <!-- Disable IE6 image toolbar --><meta http-equiv="imagetoolbar" content="no" />
     <script type="text/javascript" src="${stylepath}/wikibits.js">