From 59ab6d1d55f144deefe4c95cf383c985395afe65 Mon Sep 17 00:00:00 2001 From: Luca Filosofi Date: Thu, 13 Mar 2014 00:31:54 +0100 Subject: [PATCH] FIX #411 - Sitedisclaimer issue Sitedisclaimer issue #411 --- e107_handlers/e_parse_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }