]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
theme: Change HTML doctype to HTML5.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2014 11:55:30 +0000 (12:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2014 11:55:30 +0000 (12:55 +0100)
This is really not valid HTML5 code, nor is it XHTML 1.1 Strict.

html/html/themes/ipfire/include/functions.pl

index 0ead967ae1ef57c2b184842e015ac145ba8e704a..44ed9b75841600cdc1703ca6702ed6c8b5575ef0 100644 (file)
@@ -120,7 +120,7 @@ sub openpage {
        }
 
 print <<END;
        }
 
 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>
 <html>
        <head>
        <title>$headline - $title</title>