We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0e054 commit 2d63c6aCopy full SHA for 2d63c6a
snippets/html.snippets
@@ -361,15 +361,15 @@ snippet footer#
361
${0}
362
</footer>
363
snippet form
364
- <form action="${1}" method="${2:get}" accept-charset="utf-8">
+ <form action="${1}" method="${2:post}" accept-charset="utf-8">
365
366
</form>
367
snippet form.
368
- <form class="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
+ <form class="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
369
370
371
snippet form#
372
- <form id="${1}" action="${2}" method="${3:get}" accept-charset="utf-8">
+ <form id="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
373
374
375
snippet h1
0 commit comments