summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-09-20 10:34:17 +0200
committerByron Jones <bjones@mozilla.com>2013-09-20 10:34:17 +0200
commitd04946d0f70d9734debb239a6a34f0253c8dc38f (patch)
tree890b3beba049f10295955472af85109c54c6b5b5 /template
parenta02ad64973962d794a3cce960191fa4c6d6ddc96 (diff)
downloadbugzilla-d04946d0f70d9734debb239a6a34f0253c8dc38f.tar.gz
bugzilla-d04946d0f70d9734debb239a6a34f0253c8dc38f.tar.xz
Bug 918684: stray "Bug NNNN" visible under header after adding/editing attachments
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl1
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&nbsp;\d+$')
%]
<h2>[% header FILTER none %]</h2>
[% END %]