aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header_opengraph.html
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-07-06 19:43:59 +0200
committerMarius Halden <marius.h@lden.org>2016-07-06 19:43:59 +0200
commit26ef9e161e7ca4bbcf6bcbddb1ba4f215bc349ec (patch)
treea6a4d1019a38e99c7492416af91eb8cb5a90c6db /templates/web/base/header_opengraph.html
parent2e7086d04d1ea729bf898acc0cae6835518bc106 (diff)
parent370067141211acde05766fcaa3bfad0f8b232750 (diff)
Merge tag 'v1.8.4' into fiksgatami-devfiksgatami-dev-1.8
Diffstat (limited to 'templates/web/base/header_opengraph.html')
-rw-r--r--templates/web/base/header_opengraph.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/header_opengraph.html b/templates/web/base/header_opengraph.html
index f728d083f..6b2c8ff46 100644
--- a/templates/web/base/header_opengraph.html
+++ b/templates/web/base/header_opengraph.html
@@ -1,5 +1,5 @@
<meta property="og:url" content="[% c.cobrand.base_url %][% c.req.uri.path %]">
- <meta property="og:title" content="[% title || site_name %]">
+ <meta property="og:title" content="[% title || site_name | html %]">
<meta property="og:site_name" content="[% site_name %]">
[% IF c.req.uri.path == '/' %]<meta property="og:description" content="Report, view, and discuss local street-related problems.">[% END %]
<meta property="og:type" content="website">