From: Frédéric Buclin Date: Tue, 15 Jan 2013 16:59:19 +0000 (+0100) Subject: Fix bustage X-Git-Tag: bugzilla-4.4rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8e14d895c5e52981166a54cd1db157916ca436;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 %]