1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

FIX #411 - Sitedisclaimer issue

Sitedisclaimer issue #411
This commit is contained in:
Luca Filosofi 2014-03-13 00:31:54 +01:00
parent 86a2269f89
commit 59ab6d1d55

View File

@ -3134,7 +3134,7 @@ class e_parser
$cleaned = html_entity_decode($cleaned, ENT_QUOTES, 'UTF-8');
return $cleaned;
return trim($cleaned);
}