diff --git a/dahbug.php b/dahbug.php index 7662e0a..150ee5e 100644 --- a/dahbug.php +++ b/dahbug.php @@ -955,7 +955,7 @@ static protected function _colorize($string, $color = null) return $string; } - $string = "\033[{$colorNumber}m" . $string . "\033[39m"; + $string = "\033[{$colorNumber}m" . $string . "\033[0m"; return $string; }