Commit 8b504e88 authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Do not escape output

parent 756dcbdf
Pipeline #414 failed with stage
in 27 seconds
......@@ -54,7 +54,7 @@ class Compiler extends FileReader
{
if (!$this->fn) {
$compiled = LightnCandy::compile($this->read(), [
'flags' => LightnCandy::FLAG_BESTPERFORMANCE | LightnCandy::FLAG_HANDLEBARS,
'flags' => LightnCandy::FLAG_BESTPERFORMANCE | LightnCandy::FLAG_HANDLEBARS | LightnCandy::FLAG_NOESCAPE,
'helpers' => $this->helpers
]);
$this->fn = eval($compiled);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment