Fix HTML to html for validator
This commit is contained in:
parent
a15b30376f
commit
ce3e4422fd
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,7 @@ class OutputPage {
|
|||
$ret = "";
|
||||
}
|
||||
|
||||
$ret .= "<!DOCTYPE HTML PUBLIC \"$wgDocType\"\n \"$wgDTD\">\n";
|
||||
$ret .= "<!DOCTYPE html PUBLIC \"$wgDocType\"\n \"$wgDTD\">\n";
|
||||
|
||||
if ( "" == $this->mHTMLtitle ) {
|
||||
$this->mHTMLtitle = $this->mPagetitle;
|
||||
|
|
|
|||
Loading…
Reference in a new issue