]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 121170 - template outputs empty <style> tag
authorbbaetz%student.usyd.edu.au <>
Tue, 22 Jan 2002 13:08:09 +0000 (13:08 +0000)
committerbbaetz%student.usyd.edu.au <>
Tue, 22 Jan 2002 13:08:09 +0000 (13:08 +0000)
r=justdave,timeless

template/default/global/header

index 78a1314b99b979dc995e71a1df6b0caa8d2dca75..1efdbf51c21a67cfd2bd960ba77fd51bcd2a6100 100755 (executable)
     <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 %]>