From 55d43a9972cb0c3b08928114db2604682b0f35c8 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 11 Aug 2013 09:07:22 -0500 Subject: [PATCH] ANSI: -> --- phpseclib/File/ANSI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/File/ANSI.php b/phpseclib/File/ANSI.php index 20a0312b..f7ac8553 100644 --- a/phpseclib/File/ANSI.php +++ b/phpseclib/File/ANSI.php @@ -351,7 +351,7 @@ class File_ANSI { $this->attrs[$this->y][$this->x] = ''; if ($this->bold) $this->attrs[$this->y][$this->x].= ''; - if ($this->underline) $this->attrs[$this->y][$this->x].= ''; + if ($this->underline) $this->attrs[$this->y][$this->x].= ''; if ($this->blink) $this->attrs[$this->y][$this->x].= ''; if ($this->color) $this->attrs[$this->y][$this->x].= '';