Skip to content

Commit

Permalink
Merge pull request honza#341 from pgilad/patch-1
Browse files Browse the repository at this point in the history
HTML: update meta charset
  • Loading branch information
SirVer committed Apr 10, 2014
2 parents 5db783d + 039a1c0 commit 8770132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/html.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ endsnippet

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

0 comments on commit 8770132

Please sign in to comment.