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/CoreHome/templates/getMultiRowEvolutionPopover.twig')
-rw-r--r--plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig b/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig
index c0a043aac8..306b5d44ae 100644
--- a/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig
+++ b/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig
@@ -18,7 +18,7 @@
<span class="evolution-graph-colors" data-name="series{{ (i % seriesColorCount) + 1 }}">
{{- metric.label|raw -}}
</span>
- <span class="details">{{ metric.details }}</span>
+ <span class="details">{{ metric.details|raw }}</span>
</td>
</tr>
{% endfor %}