diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-07-03 21:38:38 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-07-07 00:19:20 +0200 |
commit | 6f68125893590fc9de60185f5535bae12adbcb54 (patch) | |
tree | 6d7b2b7885a750826655cf3896d7fd72791623b3 /extensions/OpenGraph/template/en/default | |
parent | e3e2c7c0273499f832ee692ca63620cd8aa8bda1 (diff) | |
download | bugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.gz bugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.xz |
Bug 1377232 - Revert code from bug 1361890
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 112118280..10f501965 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 @@ -8,6 +8,6 @@ [% USE Bugzilla %] <meta property="og:type" content="website"> -<meta property="og:image" content='[% urlbase FILTER none %][% asset_file("extensions/OpenGraph/web/moz-social-bw-rgb-32x32.png") FILTER html %]'> +<meta property="og:image" content="[% urlbase FILTER none %]extensions/OpenGraph/web/moz-social-bw-rgb-32x32.png"> <meta property="og:title" content="[% title FILTER none %]"> <meta property="og:url" content="[% Bugzilla.cgi.self_url FILTER html %]"> |