mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-12 09:09:39 +01:00
ANSI: </underline> -> </u>
This commit is contained in:
parent
ffca003225
commit
55d43a9972
@ -351,7 +351,7 @@ class File_ANSI {
|
||||
$this->attrs[$this->y][$this->x] = '';
|
||||
|
||||
if ($this->bold) $this->attrs[$this->y][$this->x].= '</b>';
|
||||
if ($this->underline) $this->attrs[$this->y][$this->x].= '</underline>';
|
||||
if ($this->underline) $this->attrs[$this->y][$this->x].= '</u>';
|
||||
if ($this->blink) $this->attrs[$this->y][$this->x].= '</blink>';
|
||||
if ($this->color) $this->attrs[$this->y][$this->x].= '</span>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user