Skip to content

Commit

Permalink
fixed parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
marionnewlevant committed May 6, 2016
1 parent 3e9b00c commit 78208f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mntwigperversion/twigextensions/Return_Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function compile(\Twig_Compiler $compiler)
{
$compiler
->addDebugInfo($this)
->write('ob_end_clean();\n')
->write("ob_end_clean();\n")
->write('return ')
->subcompile($this->getNode('expr'))
->raw(";\n")
Expand Down

0 comments on commit 78208f5

Please sign in to comment.