summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/class/mesg.class.php2
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*&gt;.*)$/m', '<span class="text-success">${1}</span>', $mesg);
}