mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-04 20:47:54 +00:00
ANSI: fix typo
This commit is contained in:
parent
2bb70a1c22
commit
48191bdeec
@ -492,7 +492,7 @@ class File_ANSI
|
|||||||
if ($cur_attr->background != 'black') {
|
if ($cur_attr->background != 'black') {
|
||||||
$open.= '<span style="background: ' . $cur_attr->background . '">';
|
$open.= '<span style="background: ' . $cur_attr->background . '">';
|
||||||
}
|
}
|
||||||
if ($last_attr->backtground != 'black') {
|
if ($last_attr->background != 'black') {
|
||||||
$close = '</span>' . $close;
|
$close = '</span>' . $close;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user