We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dce8f1 commit 3aae419Copy full SHA for 3aae419
routing.rst
@@ -200,7 +200,7 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
200
201
HTML forms only support ``GET`` and ``POST`` methods. If you're calling a
202
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" />``).
+ ``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT"/>``).
204
If you create your forms with :doc:`Symfony Forms </forms>` this is done
205
automatically for you.
206
0 commit comments