Skip to content

Commit b33f532

Browse files
sebastianblumweaverryan
authored andcommitted
Fix white spaces in the previous commit
1 parent 1baa428 commit b33f532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ corresponding errors printed out with the form.
423423
.. code-block:: html+jinja
424424

425425
{# src/Acme/DemoBundle/Resources/views/Default/new.html.twig #}
426-
{{ form(form, { 'attr': {'novalidate': 'novalidate' }}) }}
426+
{{ form(form, {'attr': {'novalidate': 'novalidate'}}) }}
427427

428428
Validation is a very powerful feature of Symfony2 and has its own
429429
:doc:`dedicated chapter </book/validation>`.

0 commit comments

Comments
 (0)