forked from leftypol/leftypol
Fix boardlist bracketing issue
This commit is contained in:
parent
efcec13439
commit
98fa92f684
2 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue