Skip to content

Commit 3aae419

Browse files
committed
Remove space before self closing XML tag
1 parent 6dce8f1 commit 3aae419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
200200

201201
HTML forms only support ``GET`` and ``POST`` methods. If you're calling a
202202
route with a different method from an HTML form, add a hidden field called
203-
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT" />``).
203+
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT"/>``).
204204
If you create your forms with :doc:`Symfony Forms </forms>` this is done
205205
automatically for you.
206206

0 commit comments

Comments
 (0)