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
path: root/core
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-26 12:20:41 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-26 12:20:41 +0400
commit996262001a786f90a21a6074a3781ca1de78cee4 (patch)
tree1f3f74e24ea82b4ec7555f041dcc2f90734e42b5 /core
parent7f959166126fd62a046991ff9d9282f09aac7cee (diff)
Another tweak.
Diffstat (limited to 'core')
-rw-r--r--core/Error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Error.php b/core/Error.php
index 64e357bd30..475283c231 100644
--- a/core/Error.php
+++ b/core/Error.php
@@ -128,7 +128,7 @@ class Error
$htmlString .= $message->getErrNoString();
$htmlString .= ":</strong> <em>{$message->errstr}</em> in <strong>{$message->errfile}</strong>";
$htmlString .= " on line <strong>{$message->errline}</strong>\n";
- $htmlString .= "<br /><br />Backtrace --&gt;<div style=\"font-family:Courier;font-size:10pt\">";
+ $htmlString .= "<br /><br />Backtrace --&gt;<div style=\"font-family:Courier;font-size:10pt\"><br />\n";
$htmlString .= str_replace("\n", "<br />\n", $message->backtrace);
$htmlString .= "</div><br />";
$htmlString .= "\n </pre></div><br />";