Skip to content

Commit 4886346

Browse files
thetlpil
authored andcommitted
feat(html): Add meta:utf5 snippet for a html5 like meta charset definition.
1 parent 28d7870 commit 4886346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/html.snippets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ snippet meta:compat
610610
<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}">
611611
snippet meta:refresh
612612
<meta http-equiv="refresh" content="3;url=${0}">
613+
snippet meta:utf5
614+
<meta charset="utf-8">
613615
snippet meta:utf
614616
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
615617
snippet meter

0 commit comments

Comments
 (0)