From: Antoine Musso Date: Fri, 20 Apr 2012 12:55:23 +0000 (+0200) Subject: update html DOCTYPE sent by HttpError exception X-Git-Tag: 1.31.0-rc.0~23868^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=6d915be35f6e867103ee794fb0bb3917408a5ad5;p=lhc%2Fweb%2Fwiklou.git update html DOCTYPE sent by HttpError exception Follow up r110486, which updated doctype sent by wfHttpError() Change-Id: I0e89420dd95edcf1ac76e3984b36f92df11cdb3f --- diff --git a/includes/Exception.php b/includes/Exception.php index c75da5a74e..2d1772b7b2 100644 --- a/includes/Exception.php +++ b/includes/Exception.php @@ -461,7 +461,7 @@ class HttpError extends MWException { $content = htmlspecialchars( $this->content ); } - print "\n". + print "\n". "$header\n" . "

$header

$content

\n"; }