Fixed whitespace issue causing trueish results in templates.
For example: profiles would show labels with no content.
This commit is contained in:
parent
a7302daf96
commit
2fe79c564b
|
@ -1503,7 +1503,7 @@ function prepare_text($text) {
|
||||||
else
|
else
|
||||||
$s = smilies(bbcode($text));
|
$s = smilies(bbcode($text));
|
||||||
|
|
||||||
return $s;
|
return trim($s);
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue