diff options
Diffstat (limited to 'debug.class')
-rw-r--r-- | debug.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.class b/debug.class index b4cb764..e33a339 100644 --- a/debug.class +++ b/debug.class @@ -164,7 +164,7 @@ function dump() $r = str_repeat(" ", count(debug_backtrace())-3) . $r; if (isset($_SERVER['REMOTE_ADDR']) && !$plain) - return "<pre style='color:#c00; background-color:white; margin:0px'>$r</pre>\n"; + return "<pre style='color:#c00; text-align:left; background-color:white; margin:0'>$r</pre>\n"; else return "$r\n"; } |