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

Fixed whitespace issue causing trueish results in templates.
This commit is contained in:
Tobias Diekershoff 2014-09-07 16:22:37 +02:00
commit 59e2b3610d
1 changed files with 1 additions and 1 deletions

View File

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