From bae768893487e4a39dfa5ca7da10f0390dafc0b7 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 25 Nov 2019 17:18:43 +0100 Subject: Make sure debug divs are readable even if line-height is set to something weird --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_debug.class b/it_debug.class index f7141be..409b708 100644 --- a/it_debug.class +++ b/it_debug.class @@ -157,7 +157,7 @@ static function dump($args) $title = htmlspecialchars(it_debug::backtrace(array('skiplevels' => 2)), ENT_COMPAT, "ISO-8859-1"); # skip this func as well as ED()/EDX() if ($htmlok) - return "
$r
\n"; + return "
$r
\n"; else return $ansiok ? "$r\n" : "\xe2\x96\x88\xe2\x96\x8c" . preg_replace("#\n#", "\n\xe2\x96\x88 ", "$r") . "\n"; } -- cgit v1.2.3