Skip to content

Commit 204941b

Browse files
Removing another self-closing HTML slash
1 parent 881ebd8 commit 204941b

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
@@ -301,7 +301,7 @@ Use the ``methods`` option to restrict the verbs each route should respond to:
301301

302302
HTML forms only support ``GET`` and ``POST`` methods. If you're calling a
303303
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"/>``).
304+
``_method`` with the method to use (e.g. ``<input type="hidden" name="_method" value="PUT">``).
305305
If you create your forms with :doc:`Symfony Forms </forms>` this is done
306306
automatically for you.
307307

0 commit comments

Comments
 (0)