From 91418c61d32ca8cef58894a9f1a42bf2e8c79101 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 21 Feb 2015 13:20:41 -0800 Subject: [PATCH] Issue #899 - path fix for emoticons. --- e107_handlers/e_parse_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "; } } }