Skip to content

Commit 06301e2

Browse files
committed
Fix indentation in webchat test HTML file
1 parent e202f82 commit 06301e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dist/webchat.test.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<html>
2-
<title>Webchat Test</title>
3-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4-
<body>
5-
<script src="./webchat.js"></script>
6-
<script src="./plugin.test.js"></script>
7-
</body>
2+
<title>Webchat Test</title>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4+
<body>
5+
<script src="./webchat.js"></script>
6+
<script src="./plugin.test.js"></script>
7+
</body>
88
</html>

0 commit comments

Comments
 (0)