diff --git a/framework/util/ConsoleColor.php b/framework/util/ConsoleColor.php index 1fadc40..7cc7897 100644 --- a/framework/util/ConsoleColor.php +++ b/framework/util/ConsoleColor.php @@ -359,7 +359,7 @@ class ConsoleColor } $styleString[] = array(); foreach($styleA as $name => $content) { - if ($name = 'text-decoration') { + if ($name === 'text-decoration') { $content = implode(' ', $content); } $styleString[] = $name.':'.$content;