Skip to content

Commit bdbf747

Browse files
committed
Merge pull request ruanyf#31 from kohei-takata/fix_end_tag
Fix end tag
2 parents f81dd1e + e67c22f commit bdbf747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Now Webpack takes care of the dependencies, output files and runtime stuff. You
604604
<html>
605605
<body>
606606
<script src="bundle.js"></script>
607-
<body>
607+
</body>
608608
</html>
609609
```
610610

demo10/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
33
<script src="bundle.js"></script>
4-
<body>
4+
</body>
55
</html>

0 commit comments

Comments
 (0)