*** empty log message ***

svn path=/trunk/boinc/; revision=1972
This commit is contained in:
Karl Chen 2003-08-04 23:24:47 +00:00
parent 5010bd91e4
commit f51b18b11a
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ function show_result_short($result) {
}
$version = sprintf("%.2f", $result->client_version_num/100);
echo "<td>$version</td>";
echo "<td nowrap>$received</td>";
echo "<td>$received</td>";
echo "
</tr>
";