mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
misc: Minor improvements (#1918)
This commit is contained in:
parent
7b8b9a0bba
commit
46f29bc68a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if (!$forum_id or !$forum_data = @$forums['forum'][$forum_id]) {
|
|||
|
||||
// Set meta description
|
||||
if (!empty($forum_data['forum_desc'])) {
|
||||
$page_cfg['meta_description'] = $forum_data['forum_desc'];
|
||||
$page_cfg['meta_description'] = htmlCHR($forum_data['forum_desc']);
|
||||
}
|
||||
|
||||
// Make jumpbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue