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 2d63c6a commit a93d2e8Copy full SHA for a93d2e8
snippets/html.snippets
@@ -361,15 +361,15 @@ snippet footer#
361
${0}
362
</footer>
363
snippet form
364
- <form action="${1}" method="${2:post}" accept-charset="utf-8">
+ <form action="${1}" method="${2:post}">
365
366
</form>
367
snippet form.
368
- <form class="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
+ <form class="${1}" action="${2}" method="${3:post}">
369
370
371
snippet form#
372
- <form id="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
+ <form id="${1}" action="${2}" method="${3:post}">
373
374
375
snippet h1
0 commit comments