Fix HTML to html for validator

This commit is contained in:
Brion Vibber 2004-04-09 10:15:08 +00:00
parent a15b30376f
commit ce3e4422fd

View file

@ -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;