Parcourir la source

[TwigBundle] Removing dbug text in form template

Ryan Weaver il y a 14 ans
Parent
commit
f98916dcc8

+ 1 - 1
src/Symfony/Bundle/TwigBundle/Resources/views/Form/div_layout.html.twig

@@ -197,7 +197,7 @@
 
 {% block money_widget %}
 {% spaceless %}
-    foo {{ money_pattern|replace({ '{{ widget }}': block('field_widget') })|raw }}
+    {{ money_pattern|replace({ '{{ widget }}': block('field_widget') })|raw }}
 {% endspaceless %}
 {% endblock money_widget %}