Browse Source

fixed assignment

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
63cb47e1f5
  1. 2
      framework/util/ConsoleColor.php

2
framework/util/ConsoleColor.php

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

Loading…
Cancel
Save