From 0214642d14193ba992c043b3a096a77f6be97073 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Fri, 9 May 2014 02:44:24 +0200 Subject: [PATCH] fixes #5026 showing ' HTML code of single quote character instead of symbol in page titles --- plugins/Live/templates/_actionsList.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Live/templates/_actionsList.twig b/plugins/Live/templates/_actionsList.twig index 23b13a15c52..bafe0ecb436 100644 --- a/plugins/Live/templates/_actionsList.twig +++ b/plugins/Live/templates/_actionsList.twig @@ -76,7 +76,7 @@ {% elseif action.goalName is not defined%} {# Page view / Download / Outlink / Event #} {% if action.pageTitle|default(false) is not empty %} - {{ action.pageTitle }} + {{ action.pageTitle|rawSafeDecoded }} {% endif %} {% if action.siteSearchKeyword is defined %} {% if action.type == 'search' %}