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-24 13:47:59 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-24 13:47:59 +0400
commitc263308d8229735c04b7aeacf4c224f0a5b866d2 (patch)
treee0df779805527709f86f682eaf8b70f23218243a /plugins/VisitorGenerator
parent0b83450ed5b8d6f278f4266347e2ab9736c62bd1 (diff)
See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for your work!
Here are some updates: * Removing |raw from the codebase. * Disabling autoescape by default (in Twig_Environment constructor: 'autoescape' => false ) * Adding |e('html') where html entities are needed * Fixing parse error in goals
Diffstat (limited to 'plugins/VisitorGenerator')
-rw-r--r--plugins/VisitorGenerator/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorGenerator/templates/index.twig b/plugins/VisitorGenerator/templates/index.twig
index 85b3006287..d1944e6149 100644
--- a/plugins/VisitorGenerator/templates/index.twig
+++ b/plugins/VisitorGenerator/templates/index.twig
@@ -20,7 +20,7 @@
</tr>
</table>
{{ 'VisitorGenerator_Warning'|translate }}<br/>
- {{ 'VisitorGenerator_NotReversible'|translate('<b>','</b>')|raw }}<br/><br/>
+ {{ 'VisitorGenerator_NotReversible'|translate('<b>','</b>') }}<br/><br/>
<p><strong>This will generate approximately {{ countActionsPerRun }} fake actions on this site for each day</strong>.<br/>
</p>