From 61f52c04e6185d08a968b80e4d36fa0b8677cfb0 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 6 Oct 2014 11:38:40 +0200 Subject: indicate new ED-blocks my wider block in front --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "
$r
\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"; } /** -- cgit v1.2.3