diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 31ee484a2..97567236a 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -3513,8 +3513,8 @@ class e_emotefilter { $this->search[] = " ".$value; $this->search[] = "\n".$value; //TODO CSS class? - $this->replace[] = " "; - $this->replace[] = "\n "; + $this->replace[] = " "; + $this->replace[] = "\n "; } } }