Index: trunk/phase3/includes/Exception.php |
— | — | @@ -100,8 +100,8 @@ |
101 | 101 | return $this->getMessage() . |
102 | 102 | "\nBacktrace:\n" . $this->getTraceAsString() . "\n"; |
103 | 103 | } else { |
104 | | - return "<p>Set <tt>\$wgShowExceptionDetails = true;</tt> " . |
105 | | - "in LocalSettings.php to show detailed debugging information.</p>"; |
| 104 | + return "Set \$wgShowExceptionDetails = true; " . |
| 105 | + "in LocalSettings.php to show detailed debugging information.\n"; |
106 | 106 | } |
107 | 107 | } |
108 | 108 | |