app: add html5 doctype
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 16 Jan 2019 01:44:04 +0000 (20:44 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 16 Jan 2019 01:44:04 +0000 (20:44 -0500)
app/header.mlt

index b95bc8b..58e4f5c 100644 (file)
@@ -2,6 +2,7 @@
        case $"title" of
                  "" => "HCoop"
                | t => ("HCoop: " ^ t) %>
+ <!DOCTYPE html>
 <html><head>
 <link rel="stylesheet" type="text/css" href="/hcoop.css" />
 <title><% Web.html title %></title>