Fix link for newsgroup in overboard articles view.

This commit is contained in:
Retro_Guy 2024-05-04 02:29:15 -07:00
parent 7b0d92a421
commit 50b156d3b7
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ function display_flat($threads, $oldest)
}
}
$display .= '</p>';
$display .= '<p class=np_ob_posted_date>Posted: ' . get_date_interval(date("D, j M Y H:i T", $target['date'])) . ' in: <a href="' . $groupurl . '"><span class="visited">' . $target['newsgroup'] . '</p>';
$display .= '<p class=np_ob_posted_date>Posted: ' . get_date_interval(date("D, j M Y H:i T", $target['date'])) . ' in: <a href="' . $groupurl . '"><span class="visited">' . $target['newsgroup'] . '</a></p>';
if ($CONFIG['article_database'] == '1') {
$article = get_db_data_from_msgid($target['msgid'], $target['newsgroup'], 1);
$display .= htmlentities(substr($article['search_snippet'], 0, $snippetlength));