diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 489d1c0f6..87ce891f9 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -368,6 +368,7 @@ # there are exceptions where not displaying this text is problematic. %] [% IF user.settings.skin.value == 'Mozilla' && template.name.match('^attachment/') + && !header.match('^Bug \d+$') %] <h2>[% header FILTER none %]</h2> [% END %] |