diff options
-rw-r--r-- | app/class/mesg.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/mesg.class.php b/app/class/mesg.class.php index 2104519..a1a331f 100644 --- a/app/class/mesg.class.php +++ b/app/class/mesg.class.php @@ -226,7 +226,7 @@ class mesg extends obj } else { - $mesg = nl2br(str_replace(" ", " ", $this->mesg)); + $mesg = nl2br(str_replace(" ", " ", $this->mesg)); $mesg = preg_replace('/^(\s*>.*)$/m', '<span class="text-success">${1}</span>', $mesg); } |