Skip to content

Commit a93d2e8

Browse files
committed
remove accept-charset attribute from form
1 parent 2d63c6a commit a93d2e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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:post}" 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:post}" 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:post}" 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)