Sfoglia il codice sorgente

[Twig] made a small tweak in generated templates

Fabien Potencier 14 anni fa
parent
commit
a2a8edbabd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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");
     }
 }