removed unneeded echo

This commit is contained in:
Fabien Potencier 2012-07-18 09:46:34 +02:00
parent 1570db9646
commit 0598043cef

View File

@ -30,7 +30,7 @@ class FormThemeNode extends \Twig_Node
{ {
$compiler $compiler
->addDebugInfo($this) ->addDebugInfo($this)
->write('echo $this->env->getExtension(\'form\')->renderer->setTheme(') ->write('$this->env->getExtension(\'form\')->renderer->setTheme(')
->subcompile($this->getNode('form')) ->subcompile($this->getNode('form'))
->raw(', ') ->raw(', ')
->subcompile($this->getNode('resources')) ->subcompile($this->getNode('resources'))