From: Bjoern Jacke Date: Tue, 8 Mar 2011 23:38:43 +0000 (+0100) Subject: Bug 639371: Include the charset into HTML pages when the utf8 param is true X-Git-Tag: bugzilla-4.1.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c42067c9c5ca5bb7fe6ad544101eb414e299e17;p=thirdparty%2Fbugzilla.git Bug 639371: Include the charset into HTML pages when the utf8 param is true r/a=mkanat --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 2da2d642d3..d6a07bcd3d 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -96,6 +96,10 @@ [% Hook.process("start") %] [% title %] + [% IF Param('utf8') %] + + [% END %] + [%# Migration note: contents of the old Param 'headerhtml' would go here %] [% PROCESS "global/site-navigation.html.tmpl" %]