fix doctype (html5) - static-site-scripts - static site generator shellscripts
 (HTM) git clone git://git.codemadness.org/static-site-scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 20f0ac873423d34f9c59a3aef6e5762edd5ed756
 (DIR) parent 18cdce8ba9f18ec16383297af25d4cd25e0fede3
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  4 Mar 2016 16:25:51 +0100
       
       fix doctype (html5)
       
       Diffstat:
         M generate.sh                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/generate.sh b/generate.sh
       @@ -111,7 +111,7 @@ pageheader() {
                        pagetitle="${title} - ${sitetitle}"
                fi
                cat <<!__EOF__
       -<!DOCTYPE HTML>
       +<!DOCTYPE html>
        <html dir="ltr" lang="${sitelang}">
                <head>
                        <title>${pagetitle}</title>