Parcourir la source

[Twig] made a small tweak in generated templates

Fabien Potencier il y a 14 ans
Parent
commit
a2a8edbabd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");
     }
 }