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