diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-15 17:58:30 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-15 17:58:30 +0100 |
commit | 7b6b9a789a2bfc5707ba1eb85ad7ba5245af64a3 (patch) | |
tree | 815b7d72de680a882d7dca436e62c31ba45a2265 /template | |
parent | 9cc79abd31ecbe0b17faf09ab772c9d17b5c1996 (diff) | |
download | bugzilla-7b6b9a789a2bfc5707ba1eb85ad7ba5245af64a3.tar.gz bugzilla-7b6b9a789a2bfc5707ba1eb85ad7ba5245af64a3.tar.xz |
Fix bustage
https://bugzilla.mozilla.org/show_bug.cgi?id=829709
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 0858edd98..dceb44db9 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 %] <div id="message">[% message %]</div> [% END %] |