Commit 6ed98485 by Alexander Makarov

Removed unused assignment

parent 1019f51b
...@@ -414,7 +414,7 @@ class BaseConsole ...@@ -414,7 +414,7 @@ class BaseConsole
break; break;
case 0: // ansi reset case 0: // ansi reset
$return = ''; $return = '';
for ($n = $tags; $tags > 0; $tags--) { for (; $tags > 0; $tags--) {
$return .= '</span>'; $return .= '</span>';
} }
return $return; return $return;
......
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