From: Frédéric Buclin Date: Tue, 15 Jan 2013 16:58:30 +0000 (+0100) Subject: Fix bustage X-Git-Tag: bugzilla-4.5.1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b6b9a789a2bfc5707ba1eb85ad7ba5245af64a3;p=thirdparty%2Fbugzilla.git Fix bustage https://bugzilla.mozilla.org/show_bug.cgi?id=829709 --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 0858edd981..dceb44db95 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -22,6 +22,10 @@ # atomlink: Atom link URL, May contain HTML #%] +[% IF message %] + [% PROCESS global/messages.html.tmpl %] +[% END %] + [% DEFAULT subheader = "" header_addl_info = "" @@ -278,7 +282,6 @@ [% END %] [% IF message %] - [% PROCESS global/messages.html.tmpl %]
[% message %]
[% END %]