From 4404f9d09ccad4e62f8554c4f0d5df4d67be82d6 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sun, 29 Jan 2017 15:21:04 +0100 Subject: [PATCH] Use charset="utf-8" as proposed in #522 --- README.md | 8 ++++---- default_index.ejs | 2 +- examples/default/dist/webpack-1/index.html | 2 +- examples/default/dist/webpack-2/index.html | 2 +- examples/favicon/dist/webpack-1/favicon.html | 2 +- examples/favicon/dist/webpack-2/favicon.html | 2 +- examples/inline/dist/webpack-1/index.html | 2 +- examples/inline/dist/webpack-2/index.html | 2 +- examples/inline/template.jade | 2 +- migration.md | 2 +- spec/fixtures/invalid.html | 2 +- spec/fixtures/legacy.html | 2 +- spec/fixtures/template.jade | 2 +- spec/fixtures/test.html | 2 +- spec/fixtures/webpackconfig.html | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4e9582d..53d2026 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ There are already some really powerful plugins which can be integrated with zero * [favicons-webpack-plugin](https://github.com/jantimon/favicons-webpack-plugin) which generates favicons and icons for iOS, Android and desktop browsers * [html-webpack-harddisk-plugin](https://github.com/jantimon/html-webpack-harddisk-plugin) * [html-webpack-inline-source-plugin](https://github.com/DustinJackson/html-webpack-inline-source-plugin) to inline your assets in the resulting HTML file - * [html-webpack-exclude-assets-plugin](https://github.com/jamesjieye/html-webpack-exclude-assets-plugin) for excluding assets using regular expressions + * [html-webpack-exclude-assets-plugin](https://github.com/jamesjieye/html-webpack-exclude-assets-plugin) for excluding assets using regular expressions * [html-webpack-include-assets-plugin](https://github.com/jharris4/html-webpack-include-assets-plugin) for including lists of js or css file paths (such as those copied by the copy-webpack-plugin). * [script-ext-html-webpack-plugin](https://github.com/numical/script-ext-html-webpack-plugin) to add `async`, `defer` or `module` attributes to your`