Skip to content

Commit

Permalink
Merge pull request honza#354 from vim-guru/master
Browse files Browse the repository at this point in the history
Replaced charset property to the html5 equivalent
  • Loading branch information
honza committed May 1, 2014
2 parents 995ab73 + 2f9bb96 commit d43f278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snippets/html.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ snippet html5
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>${1:`substitute(vim_snippets#Filename('', 'Page Title'), '^.', '\u&', '')`}</title>
${2:meta}
</head>
Expand Down

0 comments on commit d43f278

Please sign in to comment.