summaryrefslogtreecommitdiff
path: root/html/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'html/widgets')
-rw-r--r--html/widgets/wait.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/widgets/wait.tmpl b/html/widgets/wait.tmpl
index cc814c0..333fa91 100644
--- a/html/widgets/wait.tmpl
+++ b/html/widgets/wait.tmpl
@@ -26,7 +26,7 @@
<?% color = (step * c) <= data.current ? "red" : "white" %?>
<td bgcolor="<?% color %?>">&nbsp;&nbsp;&nbsp;</td>
<?% END %?>
- <td>&nbsp;<b><?% percent | format "%02d" %?>%</b> (<?% data.eta %?>)</td>
+ <td>&nbsp;<b><?% percent div 1 | format "%02d" %?>%</b> (<?% data.eta %?>)</td>
</table>
</center>
</body>