Skip to content

Commit c13ca04

Browse files
committed
Fix for missing whitespace control modifier in form layout
1 parent 56d20a6 commit c13ca04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)