Bug 121170 - template outputs empty <style> tag

r=justdave,timeless
parent e1371a31
...@@ -13,9 +13,11 @@ ...@@ -13,9 +13,11 @@
<title>[% title %]</title> <title>[% title %]</title>
[% Param('headerhtml') %] [% Param('headerhtml') %]
[% jscript %] [% jscript %]
<style type="text/css"> [% IF style %]
[% style %] <style type="text/css">
</style> [% style %]
</style>
[% END %]
</head> </head>
<body [% Param('bodyhtml') %][% " " %][% extra %]> <body [% Param('bodyhtml') %][% " " %][% extra %]>
......
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