diff options
author | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:57:23 +0100 |
---|---|---|
committer | Dave Lawrence <dkl@mozilla.com> | 2011-11-07 21:57:23 +0100 |
commit | 9b86e16095be9bcdfdcb066a20187905f6b02837 (patch) | |
tree | 9742fd4ffb822242e6fcb95069e9da329472f140 /extensions | |
parent | a58b794ce6172aeffb56eab84945e2f8f0e09e04 (diff) | |
download | bugzilla-9b86e16095be9bcdfdcb066a20187905f6b02837.tar.gz bugzilla-9b86e16095be9bcdfdcb066a20187905f6b02837.tar.xz |
Updated shortcut icon link to be consistent with recent change in .htaccess for favicon.ico
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl b/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl index 05276d5f7..88ad47583 100644 --- a/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl +++ b/extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl @@ -19,7 +19,7 @@ # Reed Loden <reed@reedloden.com> #%] -<link rel="shortcut icon" href="extensions/BMO/web/images/bugzilla.png"> +<link rel="shortcut icon" href="extensions/BMO/web/images/favicon.ico"> [% IF bug %] <link id="shorturl" rev="canonical" href="https://bugzil.la/[% bug.bug_id FILTER uri %]"> [% END %] |