Merge pull request #2 from ai/patch-1

Set charset by latest HTML 5 spec
This commit is contained in:
Charles Blaxland 2014-11-01 08:45:48 +11:00
commit ca0599e03b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta charset="UTF-8">
<title>{%=o.htmlWebpackPlugin.options.title || 'Webpack App'%}</title>
</head>
<body>