Fix the DOCTYPE to be HTML5

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
pull/3/head
parent 9a4b8364f6
commit 33cddd980b
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -131,7 +131,7 @@ end #function
Creates a new HTML document filled with `content`.
"""
function html(content...)
doc = EzXML.HTMLDocumentNode(nothing, nothing)
doc = EzXML.HTMLDocumentNode("about:legacy-compat", nothing)
link_or_text!(doc, content...)
return doc
end #function

Loading…
Cancel
Save