Introduction
Introduction Statistics Contact Development Disclaimer Help
fix doctype (html5) - static-site-scripts - static site generator shellscripts
git clone git://git.codemadness.org/static-site-scripts
Log
Files
Refs
README
LICENSE
---
commit 20f0ac873423d34f9c59a3aef6e5762edd5ed756
parent 18cdce8ba9f18ec16383297af25d4cd25e0fede3
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 4 Mar 2016 16:25:51 +0100
fix doctype (html5)
Diffstat:
M generate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.