Skip to content

Commit

Permalink
Change autoescape to be FALSE by default in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundask committed Mar 25, 2012
1 parent ece5eb2 commit 36b476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/twiggy.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
$config['twiggy']['environment']['base_template_class'] = 'Twig_Template';
$config['twiggy']['environment']['auto_reload'] = NULL;
$config['twiggy']['environment']['strict_variables'] = FALSE;
$config['twiggy']['environment']['autoescape'] = TRUE;
$config['twiggy']['environment']['autoescape'] = FALSE;
$config['twiggy']['environment']['optimizations'] = -1;


Expand Down

0 comments on commit 36b476f

Please sign in to comment.