Skip to content

Commit 2d63c6a

Browse files
committed
change default method to post
1 parent 9b0e054 commit 2d63c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/html.snippets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,15 @@ snippet footer#
361361
${0}
362362
</footer>
363363
snippet form
364-
<form action="${1}" method="${2:get}" accept-charset="utf-8">
364+
<form action="${1}" method="${2:post}" accept-charset="utf-8">
365365
${0}
366366
</form>
367367
snippet form.
368-
<form class="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
368+
<form class="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
369369
${0}
370370
</form>
371371
snippet form#
372-
<form id="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
372+
<form id="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
373373
${0}
374374
</form>
375375
snippet h1

0 commit comments

Comments
 (0)