Skip to content

Commit ce42536

Browse files
committed
minor #12166 Remove space before self closing XML tag (OskarStark)
This PR was merged into the 4.3 branch. Discussion ---------- Remove space before self closing XML tag <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 3aae419 Remove space before self closing XML tag
2 parents 13e1a4b + 3aae419 commit ce42536

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)