From d04946d0f70d9734debb239a6a34f0253c8dc38f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 20 Sep 2013 16:34:17 +0800 Subject: Bug 918684: stray "Bug NNNN" visible under header after adding/editing attachments --- template/en/default/global/header.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en') 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+$') %]

[% header FILTER none %]

[% END %] -- cgit v1.2.3-24-g4f1b