1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Merge pull request #537 from aSeptik/#411

FIX #411 - Sitedisclaimer issue
This commit is contained in:
Cameron
2014-03-13 14:13:45 -07:00

View File

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