Add missing close tag; fixes edit page in IE
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 15 Apr 2004 09:01:27 +0000 (09:01 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 15 Apr 2004 09:01:27 +0000 (09:01 +0000)
templates/xhtml_slim.pt

index 72d9e40..228e102 100644 (file)
@@ -15,7 +15,7 @@
     </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>
-    <script type="text/javascript" src="${stylepath}/IEFixes.js"><![endif]-->
+    <script type="text/javascript" src="${stylepath}/IEFixes.js"></script><![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">