Fix example template

This commit is contained in:
Cesar Andreu 2015-06-29 18:30:21 -07:00
parent 55b530ba3f
commit 7200791f3b
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>