summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2014-10-06 11:38:40 +0200
committerUrban Müller2014-10-06 11:38:40 +0200
commit61f52c04e6185d08a968b80e4d36fa0b8677cfb0 (patch)
tree880229798ad9cda49618304dafc6c17ccb810cbf
parentf8c2a8c404c3f8634fc51fb0ca532021380983fa (diff)
downloaditools-61f52c04e6185d08a968b80e4d36fa0b8677cfb0.tar.gz
itools-61f52c04e6185d08a968b80e4d36fa0b8677cfb0.tar.bz2
itools-61f52c04e6185d08a968b80e4d36fa0b8677cfb0.zip
indicate new ED-blocks my wider block in front
-rw-r--r--it_debug.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_debug.class b/it_debug.class
index 19c35b3..62bbf3e 100644
--- a/it_debug.class
+++ b/it_debug.class
@@ -161,7 +161,7 @@ static function dump($args)
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";
else
- return $ansiok ? "$r\n" : "\xe2\x96\x88 " . it::replace(array("\n" => "\n\xe2\x96\x88 "), "$r") . "\n";
+ return $ansiok ? "$r\n" : "\xe2\x96\x88\xe2\x96\x8c" . it::replace(array("\n" => "\n\xe2\x96\x88 "), "$r") . "\n";
}
/**