Merge pull request #66 from cesarandreu/patch-1

Fix example template
This commit is contained in:
Jan Nicklas 2015-06-30 08:57:42 +02:00
commit cdd563e5af
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ plugins: [
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>{%=o.htmlWebpackPlugin.options.title}</title>
<title>{%= o.htmlWebpackPlugin.options.title %}</title>
</head>
<body>
</body>