Explorar el Código

[Twig] made a small tweak in generated templates

Fabien Potencier hace 14 años
padre
commit
a2a8edbabd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Symfony/Bridge/Twig/Node/FormThemeNode.php

+ 1 - 1
src/Symfony/Bridge/Twig/Node/FormThemeNode.php

@@ -44,6 +44,6 @@ class FormThemeNode extends \Twig_Node
             ;
         }
 
-        $compiler->raw('));');
+        $compiler->raw("));\n");
     }
 }