Forum: Fix CSS in board name

This commit is contained in:
slawkens
2026-01-31 11:37:57 +01:00
parent be7746d73d
commit 93355414f7
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ for($i = 0; $i < $threads_count['threads_count'] / $config['forum_threads_per_pa
else
$links_to_pages .= '<b>'.($i + 1).' </b>';
}
echo '<a href="' . getLink('forum') . '">Boards</a> >> <b>'.$sections[$section_id]['name'].'</b>';
echo '<a href="' . getLink('forum') . '">Boards</a> >> <b>'.escapeHtml($sections[$section_id]['name']).'</b>';
if($logged && (!$sections[$section_id]['closed'] || Forum::isModerator()))
{
echo '<br /><br />