Skip to content

Commit 3e0b6e0

Browse files
committed
minor #17517 [Routing] Removing another self-closing HTML slash (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- [Routing] Removing another self-closing HTML slash Commits ------- 204941b Removing another self-closing HTML slash
2 parents 47b2078 + 204941b commit 3e0b6e0

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)