Skip to content

Commit 8770132

Browse files
committed
Merge pull request honza#341 from pgilad/patch-1
HTML: update meta charset
2 parents 5db783d + 039a1c0 commit 8770132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/html.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ endsnippet
194194

195195
snippet head "XHTML <head>"
196196
<head>
197-
<meta http-equiv="Content-type" content="text/html; charset=utf-8"`!p x(snip)`>
197+
<meta charset="utf-8">
198198
<title>${1:`!p snip.rv = snip.basename or "Page Title"`}</title>
199199
$0
200200
</head>

0 commit comments

Comments
 (0)