theme: Change HTML doctype to HTML5.

This is really not valid HTML5 code, nor is it XHTML 1.1 Strict.
This commit is contained in:
Michael Tremer
2014-01-11 12:55:30 +01:00
parent 1ada718c39
commit 7fbb771896

View File

@@ -120,7 +120,7 @@ sub openpage {
}
print <<END;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html>
<html>
<head>
<title>$headline - $title</title>