change default method to post
This commit is contained in:
parent
9b0e054ec2
commit
2d63c6a6b0
@ -361,15 +361,15 @@ snippet footer#
|
|||||||
${0}
|
${0}
|
||||||
</footer>
|
</footer>
|
||||||
snippet form
|
snippet form
|
||||||
<form action="${1}" method="${2:get}" accept-charset="utf-8">
|
<form action="${1}" method="${2:post}" accept-charset="utf-8">
|
||||||
${0}
|
${0}
|
||||||
</form>
|
</form>
|
||||||
snippet form.
|
snippet form.
|
||||||
<form class="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
|
<form class="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
|
||||||
${0}
|
${0}
|
||||||
</form>
|
</form>
|
||||||
snippet form#
|
snippet form#
|
||||||
<form id="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
|
<form id="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
|
||||||
${0}
|
${0}
|
||||||
</form>
|
</form>
|
||||||
snippet h1
|
snippet h1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user