Fix [ and ] brackets and whitespace trimming

This commit is contained in:
Savetheinternet 2011-03-17 23:53:27 +11:00
parent fe9a8a1074
commit ea06613d44

View File

@ -48,6 +48,8 @@
if(!preg_match('/\] $/', $body))
$body = '[' . $body . ']';
$body = trim($body);
return Array(
'top' => '<div class="boardlist">' . $body . '</div>',
'bottom' => '<div class="boardlist bottom">' . $body . '</div>'