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 /core/Twig.php
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 'core/Twig.php')
-rw-r--r--core/Twig.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Twig.php b/core/Twig.php
index f54eb51c2a..a08a8a484a 100644
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -40,7 +40,6 @@ class Piwik_Twig
// Create new Twig Environment and set cache dir
$this->twig = new Twig_Environment($chainLoader,
array(
- 'autoescape' => false
//'cache' => PIWIK_DOCUMENT_ROOT . '/tmp/templates_c',
)
);