]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1306908 - OpenGraph extension doesn't escape URLs properly
authorDylan William Hardison <dylan@hardison.net>
Wed, 5 Oct 2016 16:34:05 +0000 (12:34 -0400)
committerDylan William Hardison <dylan@hardison.net>
Wed, 5 Oct 2016 16:34:18 +0000 (12:34 -0400)
extensions/OpenGraph/template/en/default/hook/global/header-start.html.tmpl

index 2a6ab37df778b76e50c8d26b97ac62fce4960738..625c5a1b90c91b4ff4cbbbdfa67532364ece629a 100644 (file)
@@ -10,4 +10,4 @@
 <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 none %]">
-<meta property="og:url" content="[% Bugzilla.cgi.self_url FILTER none %]">
+<meta property="og:url" content="[% Bugzilla.cgi.self_url FILTER html %]">