Skip to content

Commit 0d33c2c

Browse files
committed
fix: failed parsing of html files
1 parent 83d69ee commit 0d33c2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/ifame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
2+
<html>
33
<head>
44
<meta charset="utf-8">
55
<title>KonvaJS Sandbox</title>
@@ -11,4 +11,4 @@
1111
<iframe src="./sandbox.html"></iframe>
1212
</body>
1313

14-
</html>
14+
</html>

test/performance/bunnies_native.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</style>
1010
</head>
1111
<body>
12-
<canvas id="canvas"></div>
12+
<canvas id="canvas"></canvas>
1313
<script src="http://www.html5canvastutorials.com/lib/stats/stats.js"></script>
1414
<script defer="defer">
1515
var lastTime = 0;

0 commit comments

Comments
 (0)