summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-14 18:16:48 +0200
committerDylan William Hardison <dylan@hardison.net>2018-10-14 18:16:48 +0200
commit6367a26da4093a8379e370ef328e9507c98b2e7e (patch)
tree14c29aefed892abd5e9a53954019dc44242a9a7c /extensions
parentf64b0d503df0ea11b3ec26f452c581493f832233 (diff)
parent8f0d6063aa670f01ab1ac25d682589d1978c6e83 (diff)
downloadbugzilla-6367a26da4093a8379e370ef328e9507c98b2e7e.tar.gz
bugzilla-6367a26da4093a8379e370ef328e9507c98b2e7e.tar.xz
Merge remote-tracking branch 'bmo/master'
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/template/en/default/hook/global/header-additional_header.html.tmpl2
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..0566f48b3 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 rel="canonical" href="[% Bugzilla.localconfig.canonical_urlbase FILTER none %]show_bug.cgi?id=[% bug.bug_id FILTER uri %]">
[% END %]
[%# *** Bug List Navigation *** %]