From: Tim Starling Date: Tue, 6 May 2008 02:50:07 +0000 (+0000) Subject: Maybe you missed the difference between getHTML and getText... One returns HTML,... X-Git-Tag: 1.31.0-rc.0~47875 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=f829fe210f872c271007f853293cb14ed8e5771a;p=lhc%2Fweb%2Fwiklou.git Maybe you missed the difference between getHTML and getText... One returns HTML, and one returns text. --- diff --git a/includes/Exception.php b/includes/Exception.php index 8a76b5f52e..3fea288d65 100644 --- a/includes/Exception.php +++ b/includes/Exception.php @@ -100,8 +100,8 @@ class MWException extends Exception { return $this->getMessage() . "\nBacktrace:\n" . $this->getTraceAsString() . "\n"; } else { - return "

Set \$wgShowExceptionDetails = true; " . - "in LocalSettings.php to show detailed debugging information.

"; + return "Set \$wgShowExceptionDetails = true; " . + "in LocalSettings.php to show detailed debugging information.\n"; } }