web: fix forum jump-to-post

This commit is contained in:
David Anderson 2016-11-22 15:51:55 -08:00
parent 7a492cedf3
commit 02fed20833
1 changed files with 1 additions and 1 deletions
html/inc

View File

@ -558,9 +558,9 @@ function show_post(
$class = $highlight?' class="bg-info" ':'';
echo "
<a name=\"$post->id\"></a>
<tr>
<td $class rowspan=\"3\" class=\"col-sm-2\">
<a name=\"$post->id\"></a>
";
echo user_links($user, 0);