Ver Fonte

[Twig] made a small tweak in generated templates

Fabien Potencier há 14 anos atrás
pai
commit
a2a8edbabd
1 ficheiros alterados com 1 adições e 1 exclusões
  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");
     }
 }