File tree 13 files changed +14
-14
lines changed
13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ This will generate a file `dist/index.html` containing the following
86
86
<!DOCTYPE html>
87
87
<html >
88
88
<head >
89
- <meta charset =" UTF -8" >
89
+ <meta charset =" utf -8" >
90
90
<title >Webpack App</title >
91
91
</head >
92
92
<body >
@@ -189,7 +189,7 @@ plugins: [
189
189
<!DOCTYPE html>
190
190
<html >
191
191
<head >
192
- <meta http-equiv = " Content-type " content = " text/html; charset=utf-8" />
192
+ <meta charset =" utf-8" />
193
193
<title ><%= htmlWebpackPlugin.options.title %></title >
194
194
</head >
195
195
<body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <meta charset =" UTF -8" >
4
+ <meta charset =" utf -8" >
5
5
<title ><%= htmlWebpackPlugin .options .title %> </title >
6
6
</head >
7
7
<body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta charset ="UTF -8 ">
4
+ < meta charset ="utf -8 ">
5
5
< title > Webpack App</ title >
6
6
</ head >
7
7
< body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta charset ="UTF -8 ">
4
+ < meta charset ="utf -8 ">
5
5
< title > HtmlWebpackPlugin example</ title >
6
6
< link rel ="shortcut icon " href ="favicon.ico "> < link href ="styles.css " rel ="stylesheet "> </ head >
7
7
< body >
Original file line number Diff line number Diff line change 1
- <!DOCTYPE html> < html > < head > < meta http-equiv =" Content-type " content =" text/html; charset=utf-8 "> < title > Jade demo</ title > </ head > < body > < style > body {
1
+ <!DOCTYPE html> < html > < head > < meta charset =" utf-8 "> < title > Jade demo</ title > </ head > < body > < style > body {
2
2
background : snow;
3
3
}</ style > < script > /******/ ( function ( modules ) { // webpackBootstrap
4
4
/******/ // The module cache
Original file line number Diff line number Diff line change 1
1
doctype html
2
2
html
3
3
head
4
- meta( http-equiv = "Content-type" content = "text/html; charset=utf-8")
4
+ meta( charset =" utf-8")
5
5
title #{htmlWebpackPlugin .options .title }
6
6
body
7
7
each cssFile in htmlWebpackPlugin .files .css
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta charset ="UTF -8 ">
4
+ < meta charset ="utf -8 ">
5
5
< title > bar</ title >
6
6
</ head >
7
7
< body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html >
3
3
<head >
4
- <meta charset =" UTF -8" >
4
+ <meta charset =" utf -8" >
5
5
<title ><%= foo %> </title >
6
6
</head >
7
7
<body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta http-equiv =" Content-type " content =" text/html; charset=utf-8 "/>
4
+ < meta charset =" utf-8 "/>
5
5
< title > Test</ title >
6
6
</ head >
7
7
< body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta http-equiv =" Content-type " content =" text/html; charset=utf-8 "/>
4
+ < meta charset =" utf-8 "/>
5
5
< title > Test</ title >
6
6
</ head >
7
7
< body >
Original file line number Diff line number Diff line change 1
1
doctype html
2
2
html
3
3
head
4
- meta( http-equiv = "Content-type" content = "text/html; charset=utf-8")
4
+ meta( charset =" utf-8")
5
5
title Demo
6
6
body
7
7
p Some unique text
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta http-equiv =" Content-type " content =" text/html; charset=utf-8 "/>
4
+ < meta charset =" utf-8 "/>
5
5
< title > Test</ title >
6
6
</ head >
7
7
< body >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < meta http-equiv =" Content-type " content =" text/html; charset=utf-8 "/>
4
+ < meta charset =" utf-8 "/>
5
5
< title > Test</ title >
6
6
</ head >
7
7
< body >
You can’t perform that action at this time.
0 commit comments