mirror of https://github.com/BOINC/boinc.git
Use web: move named anchor used for "jump to post" feature (fix #323).
svn path=/trunk/boinc/; revision=13153
This commit is contained in:
parent
7951b86c03
commit
8ae1777f6f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue