diff --git a/inc/display.php b/inc/display.php index 086171c4..c6570002 100644 --- a/inc/display.php +++ b/inc/display.php @@ -45,9 +45,11 @@ if(!isset($config['boards'])) return Array('top'=>'','bottom'=>''); $body = doBoardListPart($config['boards'], $mod?'?/':$config['root']); - if(!preg_match('/\]$/', $body)) + if(!preg_match('/\] $/', $body)) $body = '[' . $body . ']'; + $body = trim($body); + return Array( 'top' => '
' . $body . '
', 'bottom' => '
' . $body . '
'