8000 Fix for missing whitespace control modifier in form layout · symfony/symfony@369075a · GitHub
[go: up one dir, main page]

Skip to content

Commit 369075a

Browse files
committed
Fix for missing whitespace control modifier in form layout
1 parent 6eedbb5 commit 369075a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
{% if not child.rendered %}
302302
{{- form_row(child) -}}
303303
{% endif %}
304-
{%- endfor %}
304+
{%- endfor -%}
305305

306306
{% if not form.methodRendered and form.parent is null %}
307307
{%- do form.setMethodRendered() -%}
@@ -315,7 +315,7 @@
315315
{%- if form_method != method -%}
316316
<input type="hidden" name="_method" value="{{ method }}" />
317317
{%- endif -%}
318-
{% endif %}
318+
{% endif -%}
319319
{% endblock form_rest %}
320320

321321
{# Support #}

0 commit comments

Comments
 (0)
0