Use web: move named anchor used for "jump to post" feature (fix #323).

svn path=/trunk/boinc/; revision=13153
This commit is contained in:
Rytis Slatkevičius 2007-07-14 18:33:48 +00:00
parent 7951b86c03
commit 8ae1777f6f
1 changed files with 2 additions and 3 deletions

View File

@ -250,9 +250,8 @@ function show_post($post, $thread, $logged_in_user, $n, $controls=FORUM_CONTROLS
}
echo "
<tr class=\"row$n\" valign=\"top\">
<td rowspan=\"3\"><div class=\"authorcol\">
<a name=\"".$post->getID()."\"></a>
<tr class=\"row".$n."\" valign=\"top\">
<td rowspan=\"3\"><a name=\"".$post->getID()."\"></a><div class=\"authorcol\">
";
// Print the user links