Minor improvements (#1713)

* Minor improvements

* Update init_bb.php

* Updated

* Revert "Updated"

This reverts commit af83788c22.

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-12-14 15:33:41 +07:00 committed by GitHub
commit b27fa94ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 31 additions and 31 deletions

View file

@ -49,7 +49,7 @@ switch ($mode) {
'forum_id' => $tor['forum_id'],
'topic_id' => $tor['topic_id'],
'topic_title' => $tor['topic_title'],
'log_msg' => $log_msg . '<br>-------------',
'log_msg' => $log_msg . '<br/>-------------',
]);
}
$this->response['status'] = $bb_cfg['tor_icons'][$status];