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 881ebd8 commit 204941bCopy full SHA for 204941b
routing.rst
@@ -301,7 +301,7 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
301
302
HTML forms only support ``GET`` and ``POST`` methods. If you're calling a
303
route with a different method from an HTML form, add a hidden field called
304
- ``_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">``).
305
If you create your forms with :doc:`Symfony Forms </forms>` this is done
306
automatically for you.
307
0 commit comments