Skip to content

Commit 266cef1

Browse files
committed
docs: update HTML tag
1 parent df9906c commit 266cef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/methodspoofing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To spoof the method, a hidden input is added to the form with the name of ``_met
1111
that you want the request to be::
1212

1313
<form action="" method="post">
14-
<input type="hidden" name="_method" value="PUT" />
14+
<input type="hidden" name="_method" value="PUT">
1515
</form>
1616

1717
This form is converted into a PUT request and is a true PUT request as far as the routing and the IncomingRequest

0 commit comments

Comments
 (0)