diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index cdce33cc5..95169e074 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -3134,7 +3134,7 @@ class e_parser $cleaned = html_entity_decode($cleaned, ENT_QUOTES, 'UTF-8'); - return $cleaned; + return trim($cleaned); }