Fix stripping of doctype declaration

This commit is contained in:
atomiks
2018-02-28 18:14:41 +10:00
parent 76f6f4f48a
commit 506a73f175
4 changed files with 21 additions and 13 deletions

View File

@ -1,3 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@ -1040,4 +1042,4 @@ var y = e.pageY - btn.offsetTop - btn.offsetParent.offsetTop
</div>
<footer class="footer"></footer>
</body>
</html>
</html>