summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorFateh Sandhu <fatehsandhu@gmail.com>2018-01-02 01:37:23 +0100
committerKohei Yoshino <kohei.yoshino@gmail.com>2018-01-02 01:37:23 +0100
commit37bac7ea1661464624b21f24940cbad625ef056b (patch)
tree7d1ac0308fdc62ddab5a7a948bc488472593aaeb /template/en/default/global/header.html.tmpl
parente83fa315f72b97c5504e85236623df1f14dddc94 (diff)
downloadbugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.gz
bugzilla-37bac7ea1661464624b21f24940cbad625ef056b.tar.xz
Bug 1426507 - Upgrade BMO to HTML5
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 033d8ea1c..f339b80b1 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -130,11 +130,11 @@
<title>[% title %]</title>
[% IF Param('utf8') %]
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta charset="UTF-8">
[% END %]
[% IF no_index %]
- <meta name="robots" content="noindex" />
+ <meta name="robots" content="noindex">
[% END %]
[% PROCESS "global/site-navigation.html.tmpl" %]
@@ -150,7 +150,7 @@
[% END %]
[% IF style %]
- <style type="text/css">
+ <style>
[% style %]
</style>
[% END %]
@@ -376,7 +376,7 @@
</aside>
[% END %]
-<div id="bugzilla-body">
+<main id="bugzilla-body">
[%# in most cases the "header" variable provides redundant information, however
# there are exceptions where not displaying this text is problematic. %]
@@ -399,6 +399,6 @@
[% END %]
[% BLOCK format_js_link %]
- <script [% script_nonce FILTER none %] type="text/javascript" src="[% asset_url FILTER version FILTER html %]"></script>
+ <script [% script_nonce FILTER none %] src="[% asset_url FILTER version FILTER html %]"></script>
[% "\n" %]
[% END %]