diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-22 16:24:39 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-22 16:24:39 +0200 |
commit | 1f870a8b3f88cc77319dec50380fc4554f34793e (patch) | |
tree | c617f780e6e9323dc4d61904cd62cedaa6773b5c /template | |
parent | b1a8557e0c4d1a5d7cd49a8134854ff140611af4 (diff) | |
download | bugzilla-1f870a8b3f88cc77319dec50380fc4554f34793e.tar.gz bugzilla-1f870a8b3f88cc77319dec50380fc4554f34793e.tar.xz |
Bug 908197: do not tag stylesheets as "alternative"
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index ea4104cf6..07446516b 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -113,7 +113,6 @@ [%# CSS cascade, parts 1 & 2: YUI & Standard Bugzilla stylesheet set (persistent). # Always present. %] <link href="[% 'skins/standard/global.css' FILTER mtime FILTER html %]" - rel="alternate stylesheet" title="[% setting_descs.standard FILTER html %]"> [% FOREACH style_url = css_sets.standard %] [% PROCESS format_css_link css_set_name = 'standard' %] |