diff options
author | Byron Jones <bjones@mozilla.com> | 2013-09-20 10:34:17 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-09-20 10:34:17 +0200 |
commit | d04946d0f70d9734debb239a6a34f0253c8dc38f (patch) | |
tree | 890b3beba049f10295955472af85109c54c6b5b5 /template | |
parent | a02ad64973962d794a3cce960191fa4c6d6ddc96 (diff) | |
download | bugzilla-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.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 %] |