ANSI: fix typo

This commit is contained in:
terrafrost 2015-05-23 17:39:17 -05:00
parent 2bb70a1c22
commit 48191bdeec

View File

@ -492,7 +492,7 @@ class File_ANSI
if ($cur_attr->background != 'black') {
$open.= '<span style="background: ' . $cur_attr->background . '">';
}
if ($last_attr->backtground != 'black') {
if ($last_attr->background != 'black') {
$close = '</span>' . $close;
}
}