Skip to content

Commit 28d7870

Browse files
thetlpil
authored andcommitted
feat(html): Use modern html5 meta charset header in head snippet.
1 parent ba1090d commit 28d7870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/html.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ snippet h6#
399399
<h6 id="${1}">${0}</h6>
400400
snippet head
401401
<head>
402-
<meta http-equiv="content-type" content="text/html; charset=utf-8">
402+
<meta charset="utf-8">
403403

404404
<title>${1:`substitute(vim_snippets#Filename('', 'Page Title'), '^.', '\u&', '')`}</title>
405405
${0}

0 commit comments

Comments
 (0)