Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/ExceptionHandler.php')
-rw-r--r--core/ExceptionHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index f5554ad89c..7c8d070ec0 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -32,7 +32,7 @@ function Piwik_ExceptionHandler(Exception $exception)
$formatter = new Piwik_Log_Exception_Formatter_ScreenFormatter();
$message = $formatter->format($event);
- $message .= "<br><br>And this exception raised another exception \"". $e->getMessage()."\"";
+ $message .= "<br /><br />And this exception raised another exception \"". $e->getMessage()."\"";
Piwik::exitWithErrorMessage( $message );
}