Merge pull request #1127 from Beanow/hotfix/whitespace-issue
Fixed whitespace issue causing trueish results in templates.
This commit is contained in:
commit
59e2b3610d
|
@ -1503,7 +1503,7 @@ function prepare_text($text) {
|
|||
else
|
||||
$s = smilies(bbcode($text));
|
||||
|
||||
return $s;
|
||||
return trim($s);
|
||||
}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue