]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 107120, templates/default/global/header has invalid HTML.
authorzach%zachlipton.com <>
Tue, 20 Nov 2001 09:59:57 +0000 (09:59 +0000)
committerzach%zachlipton.com <>
Tue, 20 Nov 2001 09:59:57 +0000 (09:59 +0000)
Patch removes a <meta> tag as per bug 38856.

Patch by David D. Kilzer <mailto:ddkilzer@theracingworld.com>.
r1=Christopher Aillon <mailto:caillon@returnzero.com>. No 2nd review
required as per caillon.

template/default/global/header

index 7e9565c45db494ca773d3718231c6e6e718c46c6..78a1314b99b979dc995e71a1df6b0caa8d2dca75 100755 (executable)
@@ -13,7 +13,7 @@
     <title>[% title %]</title>
     [% Param('headerhtml') %]
     [% jscript %]
-    <style>
+    <style type="text/css">
       [% style %]
     </style>
   </head>