Skip to content

Commit 85801ca

Browse files
committed
Merge pull request honza#317 from Carif/master
HTML form : change get to post, remove accept-charset
2 parents 9b0e054 + a93d2e8 commit 85801ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: snippets/html.snippets

+3-3
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}">
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}">
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}">
373373
${0}
374374
</form>
375375
snippet h1

0 commit comments

Comments
 (0)