We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dcca9 commit aec5ca5Copy full SHA for aec5ca5
libraries/Twig.php
@@ -92,7 +92,7 @@ public function __construct($params = [])
92
$this->config = [
93
'cache' => APPPATH . 'cache/twig',
94
'debug' => ENVIRONMENT !== 'production',
95
- 'autoescape' => TRUE,
+ 'autoescape' => 'html',
96
];
97
98
$this->config = array_merge($this->config, $params);
0 commit comments