only show the task weight to two decimal places

This commit is contained in:
Mike Bonnet 2009-02-10 21:47:21 -05:00
parent f100121dda
commit 810d546b5a

View file

@ -263,7 +263,7 @@
<th>Priority</th><td>$task.priority</td>
</tr>
<tr>
<th>Weight</th><td>$task.weight</td>
<th>Weight</th><td>#echo '%.2f' % $task.weight#</td>
</tr>
<tr>
<th>Result</th>