diff options
author | Urban Müller | 2016-03-01 18:44:35 +0100 |
---|---|---|
committer | Urban Müller | 2016-03-01 18:44:35 +0100 |
commit | 54bba8a1129d5c39c6d1e46e5455b3555358ecb3 (patch) | |
tree | a538ad3b415dd37b6f6e61efcceb24b2bdb3dda6 /it_debug.class | |
parent | 2d839993577f953e55f308545aa815b350c10a87 (diff) | |
download | itools-54bba8a1129d5c39c6d1e46e5455b3555358ecb3.tar.gz itools-54bba8a1129d5c39c6d1e46e5455b3555358ecb3.tar.bz2 itools-54bba8a1129d5c39c6d1e46e5455b3555358ecb3.zip |
we now have more one-liners, waste less space
Diffstat (limited to 'it_debug.class')
-rw-r--r-- | it_debug.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_debug.class b/it_debug.class index 9e7b913..eba18fd 100644 --- a/it_debug.class +++ b/it_debug.class @@ -156,7 +156,7 @@ static function dump($args) $title = htmlspecialchars(it_debug::backtrace(array('skiplevels' => 1)), ENT_COMPAT, "ISO-8859-1"); if ($htmlok) - return "<pre title='$title' style='color:#c00; text-align:left; background:white; margin:0 0 0.8em; border-bottom:1px solid #ddd; z-index:9999; position:relative'>$r</pre>\n"; + return "<pre title='$title' style='color:#c00; text-align:left; background:white; border-bottom:1px solid #ddd; z-index:9999; position:relative'>$r</pre>\n"; else return $ansiok ? "$r\n" : "\xe2\x96\x88\xe2\x96\x8c" . it::replace(array("\n" => "\n\xe2\x96\x88 "), "$r") . "\n"; } |