remove accept-charset attribute from form
This commit is contained in:
parent
2d63c6a6b0
commit
a93d2e8d5a
@ -361,15 +361,15 @@ snippet footer#
|
|||||||
${0}
|
${0}
|
||||||
</footer>
|
</footer>
|
||||||
snippet form
|
snippet form
|
||||||
<form action="${1}" method="${2:post}" accept-charset="utf-8">
|
<form action="${1}" method="${2:post}">
|
||||||
${0}
|
${0}
|
||||||
</form>
|
</form>
|
||||||
snippet form.
|
snippet form.
|
||||||
<form class="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
|
<form class="${1}" action="${2}" method="${3:post}">
|
||||||
${0}
|
${0}
|
||||||
</form>
|
</form>
|
||||||
snippet form#
|
snippet form#
|
||||||
<form id="${1}" action="${2}" method="${3:post}" accept-charset="utf-8">
|
<form id="${1}" action="${2}" method="${3:post}">
|
||||||
${0}
|
${0}
|
||||||
</form>
|
</form>
|
||||||
snippet h1
|
snippet h1
|
||||||
|
Loading…
Reference in New Issue
Block a user