mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 22:07:40 +00:00
Fix minor things
This commit is contained in:
@@ -86,7 +86,7 @@ class MacroNode extends Node
|
||||
;
|
||||
}
|
||||
|
||||
$node = new CaptureNode($this->getNode('body'), $this->getNode('body')->lineno, $this->getNode('body')->tag);
|
||||
$node = new CaptureNode($this->getNode('body'), $this->getNode('body')->lineno);
|
||||
|
||||
$compiler
|
||||
->write('')
|
||||
|
||||
Reference in New Issue
Block a user