forked from GNUsocial/gnu-social
Switch DOCTYPE's to the XHTML 5 DOCTYPE
This commit is contained in:
@@ -110,9 +110,7 @@ class HTMLOutputter extends XMLOutputter
|
||||
|
||||
$this->extraHeaders();
|
||||
|
||||
$this->startXML('html',
|
||||
'-//W3C//DTD XHTML 1.0 Strict//EN',
|
||||
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
|
||||
$this->startXML('html');
|
||||
|
||||
$language = $this->getLanguage();
|
||||
|
||||
|
Reference in New Issue
Block a user