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:
authorFabian Becker <halfdan@xnorfz.de>2013-06-25 16:05:31 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-06-25 16:05:31 +0400
commit4af7a6de28c69e8229e98ab0f42ddde934cf5e2d (patch)
tree67fe41130507df60e655e3b3eb88fd7fbfb39c1a /plugins/VisitorInterest
parenta0eb0f1c0077810e267a458abc74479e6caa03a1 (diff)
Added |raw for datatables
Diffstat (limited to 'plugins/VisitorInterest')
-rw-r--r--plugins/VisitorInterest/templates/index.twig8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/VisitorInterest/templates/index.twig b/plugins/VisitorInterest/templates/index.twig
index 6e25e55443..c2c143f135 100644
--- a/plugins/VisitorInterest/templates/index.twig
+++ b/plugins/VisitorInterest/templates/index.twig
@@ -1,11 +1,11 @@
<h2>{{ 'VisitorInterest_VisitsPerDuration'|translate }}</h2>
-{{ dataTableNumberOfVisitsPerVisitDuration }}
+{{ dataTableNumberOfVisitsPerVisitDuration|raw }}
<h2>{{ 'VisitorInterest_VisitsPerNbOfPages'|translate }}</h2>
-{{ dataTableNumberOfVisitsPerPage }}
+{{ dataTableNumberOfVisitsPerPage|raw }}
<h2>{{ 'VisitorInterest_visitsByVisitCount'|translate }}</h2>
-{{ dataTableNumberOfVisitsByVisitNum }}
+{{ dataTableNumberOfVisitsByVisitNum|raw }}
<h2>{{ 'VisitorInterest_VisitsByDaysSinceLast'|translate }}</h2>
-{{ dataTableNumberOfVisitsByDaysSinceLast }}
+{{ dataTableNumberOfVisitsByDaysSinceLast|raw }}