fixed assignment

This commit is contained in:
Alexander Makarov
2013-02-19 23:27:11 +04:00
parent 989b95a95b
commit 63cb47e1f5

View File

@ -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;