diff options
-rw-r--r-- | template/en/default/global/header.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 5d00b7216..aa6d1cecc 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -94,6 +94,10 @@ <!DOCTYPE html> <html lang="en"> <head> + [% IF Param('utf8') %] + <meta charset="UTF-8"> + [% END %] + [%- js_BUGZILLA = { param => { maxusermatches => Param('maxusermatches'), @@ -129,10 +133,6 @@ id="bugzilla-global" data-bugzilla="[% json_encode(js_BUGZILLA) FILTER html %]"> <title>[% title %]</title> - [% IF Param('utf8') %] - <meta charset="UTF-8"> - [% END %] - [% IF no_index %] <meta name="robots" content="noindex"> [% END %] |