Skip to content

Commit a8ea2d2

Browse files
committed
[#10036] (hopefully) final indentation fix
1 parent 044f60a commit a8ea2d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

form/form_themes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ do this, create a new template file that will store the new markup:
2929
{# templates/form/fields.html.twig #}
3030
{% block form_row %}
3131
{% spaceless %}
32-
<div class="form_row">
33-
{{ form_label(form) }}
34-
{{ form_errors(form) }}
35-
{{ form_widget(form) }}
36-
</div>
32+
<div class="form_row">
33+
{{ form_label(form) }}
34+
{{ form_errors(form) }}
35+
{{ form_widget(form) }}
36+
</div>
3737
{% endspaceless %}
3838
{% endblock form_row %}
3939

0 commit comments

Comments
 (0)