Commit 63cb47e1 by Alexander Makarov

fixed assignment

parent 989b95a9
...@@ -359,7 +359,7 @@ class ConsoleColor ...@@ -359,7 +359,7 @@ class ConsoleColor
} }
$styleString[] = array(); $styleString[] = array();
foreach($styleA as $name => $content) { foreach($styleA as $name => $content) {
if ($name = 'text-decoration') { if ($name === 'text-decoration') {
$content = implode(' ', $content); $content = implode(' ', $content);
} }
$styleString[] = $name.':'.$content; $styleString[] = $name.':'.$content;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment