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:
Diffstat (limited to 'plugins/CustomVariables/templates/_actionTooltip.twig')
-rw-r--r--plugins/CustomVariables/templates/_actionTooltip.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/templates/_actionTooltip.twig b/plugins/CustomVariables/templates/_actionTooltip.twig
index 52084a4be5..3fbe510783 100644
--- a/plugins/CustomVariables/templates/_actionTooltip.twig
+++ b/plugins/CustomVariables/templates/_actionTooltip.twig
@@ -5,6 +5,6 @@
{% set value = 'customVariablePageValue' ~ id %}
{# line break above is important #}
- - {{ customVariable[name]|raw }} {% if customVariable[value]|length > 0 %} = {{ customVariable[value]|raw }}{% endif %}
+ - {{ customVariable[name]|rawSafeDecoded }} {% if customVariable[value]|length > 0 %} = {{ customVariable[value]|rawSafeDecoded }}{% endif %}
{% endfor %}
{% endif -%} \ No newline at end of file