*** empty log message ***

svn path=/trunk/boinc/; revision=2297
This commit is contained in:
Karl Chen 2003-09-07 06:59:51 +00:00
parent 5350eb10ce
commit f894936741
1 changed files with 2 additions and 1 deletions

View File

@ -242,7 +242,8 @@ function show_result_summary() {
link_results($client_state[$cs], $urlquery, "client_state=$cs")
);
}
echo "</td></table>";
echo "</table></td>";
echo "</table>";
}