summaryrefslogtreecommitdiff
path: root/Base/home/anon/www/innerHTML.html
diff options
context:
space:
mode:
authorElisée Maurer <elisee@sparklinlabs.com>2020-03-26 07:37:12 +0100
committerGitHub <noreply@github.com>2020-03-26 07:37:12 +0100
commitd01b97b50a6efd61a3baa1220c828e77356c3354 (patch)
treeefe61664dec06a73baa452befb5fcd1e98d5b2f6 /Base/home/anon/www/innerHTML.html
parent68b04d5c78612ea03d1df0014c107340f817b6d7 (diff)
downloadserenity-d01b97b50a6efd61a3baa1220c828e77356c3354.zip
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
<!DOCTYPE> by itself is not a valid document type declaration.
Diffstat (limited to 'Base/home/anon/www/innerHTML.html')
-rw-r--r--Base/home/anon/www/innerHTML.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/www/innerHTML.html b/Base/home/anon/www/innerHTML.html
index 9bd382d497..66832a03e5 100644
--- a/Base/home/anon/www/innerHTML.html
+++ b/Base/home/anon/www/innerHTML.html
@@ -1,4 +1,4 @@
-<!DOCTYPE>
+<!DOCTYPE html>
<html>
<head>
</head>