Fix boardlist bracketing issue
This commit is contained in:
@@ -46,8 +46,6 @@ function createBoardlist($mod=false) {
|
||||
if (!isset($config['boards'])) return array('top'=>'','bottom'=>'');
|
||||
|
||||
$body = doBoardListPart($config['boards'], $mod?'?/':$config['root']);
|
||||
if (!preg_match('/\] $/', $body) && $config['boardlist_wrap_bracket'])
|
||||
$body = '[' . $body . ']';
|
||||
|
||||
$body = trim($body);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user