Skip to content

Commit 3739f98

Browse files
author
Robin Chalas
committed
Merge branch '3.4' into 4.0
* 3.4: [SecurityBundle] fix setLogoutOnUserChange calls for context listeners [DI] Register singly-implemented interfaces when doing PSR-4 discovery Fix for missing whitespace control modifier in form layout
2 parents efe04d6 + cc30b56 commit 3739f98

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
@@ -347,7 +347,7 @@
347347
{% if not child.rendered %}
348348
{{- form_row(child) -}}
349349
{% endif %}
350-
{%- endfor %}
350+
{%- endfor -%}
351351

352352
{% if not form.methodRendered and form is rootform %}
353353
{%- do form.setMethodRendered() -%}
@@ -361,7 +361,7 @@
361361
{%- if form_method != method -%}
362362
<input type="hidden" name="_method" value="{{ method }}" />
363363
{%- endif -%}
364-
{% endif %}
364+
{% endif -%}
365365
{% endblock form_rest %}
366366

367367
{# Support #}

0 commit comments

Comments
 (0)