Commit de187d1a authored by zach%zachlipton.com's avatar zach%zachlipton.com

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.
parent c293c6f4
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<title>[% title %]</title> <title>[% title %]</title>
[% Param('headerhtml') %] [% Param('headerhtml') %]
[% jscript %] [% jscript %]
<style> <style type="text/css">
[% style %] [% style %]
</style> </style>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment