summaryrefslogtreecommitdiffstats
path: root/extensions/OpenGraph
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-06-10 06:07:23 +0200
committerByron Jones <bjones@mozilla.com>2013-06-10 06:07:23 +0200
commit4f275264d76e2a164462dafd26d2defbbab1bef7 (patch)
tree12b15f654439e33784262784782a49b56f0e0990 /extensions/OpenGraph
parent9acae26923c9f1fdcb26aec8d604e4de32595d3d (diff)
downloadbugzilla-4f275264d76e2a164462dafd26d2defbbab1bef7.tar.gz
bugzilla-4f275264d76e2a164462dafd26d2defbbab1bef7.tar.xz
Bug 880968: OpenGraph extension is double-encoding titles (&ndash; visible when sharing a link on facebook)
Diffstat (limited to 'extensions/OpenGraph')
-rw-r--r--extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl2
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 8503343df..2a6ab37df 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,5 +9,5 @@
[% USE Bugzilla %]
<meta property="og:type" content="website">
<meta property="og:image" content="[% urlbase FILTER none %]extensions/OpenGraph/web/bugzilla.png">
-<meta property="og:title" content="[% title FILTER html %]">
+<meta property="og:title" content="[% title FILTER none %]">
<meta property="og:url" content="[% Bugzilla.cgi.self_url FILTER none %]">