From 2ccf81dec1fbe4e215ea47700a4e006420318621 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 15 Mar 2015 13:50:28 +0100 Subject: Bug 902395: Enforce utf8 = true for all installations and remove the utf8 parameter r=dkl a=sgreen --- template/en/default/global/header.html.tmpl | 5 +---- template/en/default/global/messages.html.tmpl | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 5b3cd03f3..f63b175ec 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -103,10 +103,7 @@ [% Hook.process("start") %] [% title %] - - [% IF Param('utf8') %] - - [% END %] + [% IF NOT no_yui %] [% SET yui = yui_resolve_deps(yui, yui_deps) %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 3a8aa1ada..a7b7e19ba 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -543,9 +543,6 @@ [% IF param_changed.size > 0 %] [% FOREACH param = param_changed %] Changed [% param FILTER html %]
- [% IF param == 'utf8' && Param('utf8') %] - You must now re-run checksetup.pl.
- [% END %] [% END %] [% ELSE %] No changes made. -- cgit v1.2.3-24-g4f1b