mirror of https://github.com/BOINC/boinc.git
web: fix forum jump-to-post
This commit is contained in:
parent
7a492cedf3
commit
02fed20833
html/inc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue