Fix missing space in short headers for local posters.

This commit is contained in:
Retro_Guy 2024-04-05 08:16:52 -07:00
parent 2f448e6e00
commit fb84bef830
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ function show_header_short($head, $group, $local_poster = false)
echo '<div class="display_headers_on">' . display_full_headers($head->number, $group, $head->name, $head->from) . '</div>';
}
if ($local_poster) {
echo "&nbsp;by: <i>" . $displayname . "</i>";
echo "&nbsp;by: <i>" . $displayname . "</i> ";
} else {
echo "&nbsp;by: " . $displayname . " ";
}