8000 Merge branch '3.3' into 3.4 · symfony/symfony@4086b12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4086b12

Browse files
Merge branch '3.3' into 3.4
* 3.3: Fix for missing whitespace control modifier in form layout
2 parents 831bdc3 + 1f2213a commit 4086b12

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
@@ -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)
0