have pool description use BBcode
This commit is contained in:
parent
50c2271ca6
commit
7b8395b341
@ -121,7 +121,9 @@ class PoolsTheme extends Themelet {
|
||||
$this->sidebar_options($page, $pool, $check_all);
|
||||
}
|
||||
}
|
||||
$page->add_block(new Block(html_escape($pool['title']), html_escape($pool['description']), "main", 10));
|
||||
|
||||
$bb = new BBCode();
|
||||
$page->add_block(new Block(html_escape($pool['title']), $bb->format($pool['description']), "main", 10));
|
||||
}
|
||||
else {
|
||||
$pool_info = '
|
||||
|
Loading…
x
Reference in New Issue
Block a user