forked from leftypol/leftypol
Allow for HTML in the board subtitle
Conflicts: inc/config.php
This commit is contained in:
parent
4bce3d7584
commit
acb4c47a9f
4 changed files with 21 additions and 4 deletions
|
@ -615,6 +615,9 @@
|
|||
// Number of reports you can create at once.
|
||||
$config['report_limit'] = 3;
|
||||
|
||||
// Allow unfiltered HTML in board subtitles. This is useful for placing icons and links.
|
||||
$config['allow_subtitle_html'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Display settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue