Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Flamis <zoltan@innocraft.com>2021-04-19 10:20:37 +0300
committerGitHub <noreply@github.com>2021-04-19 10:20:37 +0300
commitf1b82cd9a2ed319676e0c505712055a5c310909c (patch)
tree3b612f7d3c935e659e79a028aece041d639da5a2
parent3969bb967fb6c82196394bbf0320a5c8a4f71ff7 (diff)
use rawSafeDecoded filter (#17473)4.3.0-b3
-rw-r--r--plugins/Live/templates/getLastVisitsStart.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/getLastVisitsStart.twig b/plugins/Live/templates/getLastVisitsStart.twig
index 007210b6ee..1218136e45 100644
--- a/plugins/Live/templates/getLastVisitsStart.twig
+++ b/plugins/Live/templates/getLastVisitsStart.twig
@@ -80,7 +80,7 @@
{% set title %}
{% if action.url|trim is not empty %}<span class='tooltip-action-url'>{{ action.url }}</span>{% endif %}
-{% if action.pageTitle is not empty %}<span class='tooltip-action-page-title'>{{ action.pageTitle|raw }}</span>{% endif %}
+{% if action.pageTitle is not empty %}<span class='tooltip-action-page-title'>{{ action.pageTitle|rawSafeDecoded }}</span>{% endif %}
<span class="tooltip-action-server-time">{{ action.serverTimePretty }}</span>
{% if action.timeSpentPretty is defined %}<span class='tooltip-time-on-page'>{{ 'General_TimeOnPage'|translate }}: {{ action.timeSpentPretty|raw }}</span>{% endif %}