Bug 121170 - template outputs empty <style> tag

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