misc: Minor improvements (#1918)

This commit is contained in:
Roman Kelesidis 2025-05-31 10:19:24 +03:00 committed by GitHub
commit 46f29bc68a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ if (!$forum_id or !$forum_data = @$forums['forum'][$forum_id]) {
// Set meta description // Set meta description
if (!empty($forum_data['forum_desc'])) { 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 // Make jumpbox