From 6d915be35f6e867103ee794fb0bb3917408a5ad5 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 20 Apr 2012 14:55:23 +0200 Subject: [PATCH] update html DOCTYPE sent by HttpError exception Follow up r110486, which updated doctype sent by wfHttpError() Change-Id: I0e89420dd95edcf1ac76e3984b36f92df11cdb3f --- includes/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1