HTML 2???
authorMax Semenik <maxsem@users.mediawiki.org>
Wed, 1 Feb 2012 15:44:32 +0000 (15:44 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Wed, 1 Feb 2012 15:44:32 +0000 (15:44 +0000)
includes/GlobalFunctions.php

index a49d231..0e0bff2 100644 (file)
@@ -1927,7 +1927,7 @@ function wfHttpError( $code, $label, $desc ) {
        $wgOut->sendCacheControl();
 
        header( 'Content-type: text/html; charset=utf-8' );
-       print "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">".
+       print "<!doctype html>" .
                '<html><head><title>' .
                htmlspecialchars( $label ) .
                '</title></head><body><h1>' .