diff options
author | zach%zachlipton.com <> | 2001-11-20 10:59:57 +0100 |
---|---|---|
committer | zach%zachlipton.com <> | 2001-11-20 10:59:57 +0100 |
commit | de187d1ab64a77ffe85a08d5c6009fa71172b74c (patch) | |
tree | 753957aae125af9377a0817a70fdddfded4a5c25 /template/default/global/header | |
parent | c293c6f4581ba17603d34461026840a6a1fc928c (diff) | |
download | bugzilla-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/default/global/header')
-rwxr-xr-x | template/default/global/header | 2 |
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> |