From 6c42067c9c5ca5bb7fe6ad544101eb414e299e17 Mon Sep 17 00:00:00 2001 From: Bjoern Jacke Date: Wed, 9 Mar 2011 00:38:43 +0100 Subject: Bug 639371: Include the charset into HTML pages when the utf8 param is true r/a=mkanat --- template/en/default/global/header.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 2da2d642d..d6a07bcd3 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" %] -- cgit v1.2.3-24-g4f1b