summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorzach%zachlipton.com <>2001-11-20 10:59:57 +0100
committerzach%zachlipton.com <>2001-11-20 10:59:57 +0100
commitde187d1ab64a77ffe85a08d5c6009fa71172b74c (patch)
tree753957aae125af9377a0817a70fdddfded4a5c25 /template
parentc293c6f4581ba17603d34461026840a6a1fc928c (diff)
downloadbugzilla-de187d1ab64a77ffe85a08d5c6009fa71172b74c.tar.gz
bugzilla-de187d1ab64a77ffe85a08d5c6009fa71172b74c.tar.xz
Fix for bug 107120, templates/default/global/header has invalid HTML.
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.
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/default/global/header2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/global/header b/template/default/global/header
index 7e9565c45..78a1314b9 100755
--- a/template/default/global/header
+++ b/template/default/global/header
@@ -13,7 +13,7 @@
<title>[% title %]</title>
[% Param('headerhtml') %]
[% jscript %]
- <style>
+ <style type="text/css">
[% style %]
</style>
</head>