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' %}