]> git.p6c8.net - jirafeau_mojo42.git/commit
[!!][FEATURE] Remove XHTML doctype
authorpixelbrackets <mail@pixelbrackets.de>
Tue, 17 Jan 2017 21:21:47 +0000 (22:21 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:19 +0000 (18:34 +0100)
commit75f4119aba4c074acc8f83b82eb3be94ace4aeca
treeba0004dab5896349e6ca42f8fb70c9b6a62fdcfd
parentcaa57721c5e41cd31fb86a765f53f9302fb8039e
[!!][FEATURE] Remove XHTML doctype

The project uses a HTML5 doctype, but switches
to XHTML if a condition says that the clients browser
can handle XHTML. As this is the case for nearly any
browser which also supports HTML5, the condition causes
the script to *always* render the XHTML doctype.

We remove the whole condition and the XHTML doctype
in favour of a HTML5 doctype only.

Note: This may be considered as breaking change,
since HTML5 may not be working in ancient versions of IE.

Refs #97
lib/template/header.php

patrick-canterino.de