diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-26 22:59:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 22:59:30 +0200 |
commit | de80a6c015fb0d63040a111288be26b2118684a4 (patch) | |
tree | 7829af10f8a3b844c8f7ab0018194c170f41bd4e /extensions/OpenGraph/template/en/default | |
parent | a685e15218fbe7d26015a579c96caf7de783732d (diff) | |
download | bugzilla-de80a6c015fb0d63040a111288be26b2118684a4.tar.gz bugzilla-de80a6c015fb0d63040a111288be26b2118684a4.tar.xz |
Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or /bug/ALIAS."
This reverts commit 404dc5496967203c5f99755340f43d712420446a.
Diffstat (limited to 'extensions/OpenGraph/template/en/default')
-rw-r--r-- | extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl b/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl index 247e44ea9..51c388d42 100644 --- a/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl +++ b/extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl @@ -9,7 +9,7 @@ [% USE Bugzilla %] <meta property="og:type" content="website"> <meta property="og:title" content="[% title FILTER none %]"> -<meta property="og:url" content="[% Bugzilla.cgi.url FILTER html %]"> +<meta property="og:url" content="[% Bugzilla.cgi.self_url FILTER html %]"> [% IF bug %] <meta property="og:description" content="[% bug.bug_status FILTER html %] ([% bug.assigned_to.login FILTER email FILTER html %]) in [% bug.product FILTER html %] - [% bug.component FILTER html %]. Last updated [% bug.delta_ts FILTER time('%Y-%m-%d') %]."> |