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:
authormattab <matthieu.aubry@gmail.com>2013-06-25 09:07:58 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-25 09:07:58 +0400
commit7bbf3052d1e34cc280a391d21b1086e328774b40 (patch)
tree8d93b4b8749f86db1bf770b3df06c7221aeb7bbe /plugins/ExamplePlugin
parent1c83deaa3ef5e981456692a5c611f2fe587437de (diff)
Reverting my commit where I removed all |raw per @halfdan feedback
Instead we should manually add the missing |raw... Refs #4019
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/templates/piwikDownloads.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/templates/piwikDownloads.twig b/plugins/ExamplePlugin/templates/piwikDownloads.twig
index 5e269158ab..3a87d426aa 100644
--- a/plugins/ExamplePlugin/templates/piwikDownloads.twig
+++ b/plugins/ExamplePlugin/templates/piwikDownloads.twig
@@ -1,5 +1,5 @@
<div style="padding:1.5em;text-align:center">
- {{ "ExamplePlugin_PiwikForumReceivedVisits"|translate(prettyDate,'<b class="piwikDownloadCount_cnt" >...</b>') }}
+ {{ "ExamplePlugin_PiwikForumReceivedVisits"|translate(prettyDate,'<b class="piwikDownloadCount_cnt" >...</b>')|raw }}
</div>
{#
# loading piwik download stats from demo.piwik.org