mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
<!DOCTYPE> by itself is not a valid document type declaration.
This commit is contained in:
parent
68b04d5c78
commit
d01b97b50a
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue