Fix return from posting one bug at a time, apparently. Fixing link to group after posting.

This commit is contained in:
Retro_Guy 2024-02-29 16:34:24 -07:00
parent 1cb7f1068f
commit 0803522a6d
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if ($_REQUEST['returngroup']) {
echo '<h1 class="np_thread_headline">';
echo '<a href="' . $file_index . '" target=' . $frame['menu'] . '>' . basename(getcwd()) . '</a> / ';
echo '<a href="' . $file_thread . '?group=' . rawurlencode($thisgroup) . '" target=' . $frame["content"] . '>' . htmlspecialchars(group_display_name($returngroup)) . '</a>';
echo '<a href="' . $file_thread . '?group=' . rawurlencode($returngroup) . '" target=' . $frame["content"] . '>' . htmlspecialchars(group_display_name($returngroup)) . '</a>';
if (isset($type) && $type == 'post') {
echo ' / ' . $subject . '</h1>';
} else {