diff options
author | gerv%gerv.net <> | 2002-04-20 03:35:39 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-20 03:35:39 +0200 |
commit | 07466db53c0990b4cf9ccdedb08c1a075c18446e (patch) | |
tree | a60c8fffb517952a7b19ed20109752168bede811 /template/en/default/global | |
parent | c73a72af3d96ad82ef38d9d27fad2e4b6e87f36c (diff) | |
download | bugzilla-07466db53c0990b4cf9ccdedb08c1a075c18446e.tar.gz bugzilla-07466db53c0990b4cf9ccdedb08c1a075c18446e.tar.xz |
Bug 135707 - make template/en/default templates consistent with template/default. Patch by ddk, 2xr=gerv.
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 4dc89e053..dfb3cc080 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -16,13 +16,7 @@ [% Param('headerhtml') %] [% jscript %] - - <script type="application/x-javascript"> - <!-- - [%+ INCLUDE "help/show-hide.js.tmpl" %] - // --> - </script> - + [% IF style %] <style type="text/css"> [% style %] |