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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-08-09 22:34:32 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-09 22:34:32 +0400
commit9b3305306f7db26e05341d589b365307dd2b99d2 (patch)
tree700b89e2cd0ce72bc2a1c91cd40417c1497563ab /plugins/Zeitgeist
parent71c7d9838ff389b9d19114c6a4d8b011a11462c0 (diff)
parent302ddbfd3aad22f5da3ab1a3fc78dad7bba1d9ac (diff)
Merge with master
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/templates/genericForm.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Zeitgeist/templates/genericForm.twig b/plugins/Zeitgeist/templates/genericForm.twig
index 1c509a9ae5..e506f190aa 100644
--- a/plugins/Zeitgeist/templates/genericForm.twig
+++ b/plugins/Zeitgeist/templates/genericForm.twig
@@ -4,7 +4,7 @@
<strong>{{ 'Installation_PleaseFixTheFollowingErrors'|translate }}:</strong>
<ul>
{% for data in form_data.errors %}
- <li>{{ data }}</li>
+ <li>{{ data|raw }}</li>
{% endfor %}
</ul>
</div>