diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-09-11 01:49:24 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-09-11 01:49:24 +0200 |
commit | 5802599c4c23b92aee027d763d73002d1880e31e (patch) | |
tree | d31b3d0ed2558851e300a4b5f2e1fef26ae44215 /template/en/default/global/header.html.tmpl | |
parent | Bug 1009013 - Require a user to change their password if they log in and thei... (diff) | |
download | bugzilla-5802599c4c23b92aee027d763d73002d1880e31e.tar.gz bugzilla-5802599c4c23b92aee027d763d73002d1880e31e.tar.bz2 bugzilla-5802599c4c23b92aee027d763d73002d1880e31e.zip |
Bug 1041306: Kill global/site-navigation.html.tmpl to conform to the HTML5 spec about valid <link rel="..."> keywords
r=dkl a=sgreen
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 5740016a6..4f6e187d8 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -85,8 +85,6 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> [% END %] - [% PROCESS "global/site-navigation.html.tmpl" %] - [% PROCESS 'global/setting-descs.none.tmpl' %] [% SET yui = yui_resolve_deps(yui, yui_deps) %] |