Replaced charset property to the html5 equivalent
Also, most html5 style-guides do not use ending slashes with self-closing tags.
This commit is contained in:
parent
995ab73c95
commit
2f9bb967c0
@ -449,7 +449,8 @@ snippet html5
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<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>
|
<title>${1:`substitute(vim_snippets#Filename('', 'Page Title'), '^.', '\u&', '')`}</title>
|
||||||
${2:meta}
|
${2:meta}
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user