summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl5
1 files changed, 1 insertions, 4 deletions
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 @@
<head>
[% Hook.process("start") %]
<title>[% title %]</title>
-
- [% IF Param('utf8') %]
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- [% END %]
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
[% IF NOT no_yui %]
[% SET yui = yui_resolve_deps(yui, yui_deps) %]