From 54bba8a1129d5c39c6d1e46e5455b3555358ecb3 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 1 Mar 2016 18:44:35 +0100 Subject: we now have more one-liners, waste less space --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_debug.class') 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 "
$r
\n"; + return "
$r
\n"; else return $ansiok ? "$r\n" : "\xe2\x96\x88\xe2\x96\x8c" . it::replace(array("\n" => "\n\xe2\x96\x88 "), "$r") . "\n"; } -- cgit v1.2.3