diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-15 02:50:08 +0200 |
---|---|---|
committer | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-06-15 02:50:08 +0200 |
commit | 404dc5496967203c5f99755340f43d712420446a (patch) | |
tree | b369a872bb1fa58c0ad95e249347dc5f8905e337 /extensions/BMO | |
parent | 69e02e0576fc834de982ab6fa3d5b77ce7fe472a (diff) | |
download | bugzilla-404dc5496967203c5f99755340f43d712420446a.tar.gz bugzilla-404dc5496967203c5f99755340f43d712420446a.tar.xz |
Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or /bug/ALIAS.
Diffstat (limited to 'extensions/BMO')
-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 f1896dccc..d7a4cc2a5 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 @@ -21,7 +21,7 @@ <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 %]"> +<link id="shorturl" rel="canonical" href="[% Bugzilla.localconfig.canonical_urlbase FILTER none %]bug/[% bug.bug_id FILTER uri %]"> [% END %] [%# *** Bug List Navigation *** %] |