Merge pull request #1127 from Beanow/hotfix/whitespace-issue

Fixed whitespace issue causing trueish results in templates.
This commit is contained in:
tobiasd
2014-09-07 16:22:37 +02:00

View File

@@ -1503,7 +1503,7 @@ function prepare_text($text) {
else
$s = smilies(bbcode($text));
return $s;
return trim($s);
}}