diff options
Diffstat (limited to 'html/widgets')
| -rw-r--r-- | html/widgets/wait.tmpl | 2 |
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 %?>"> </td> <?% END %?> - <td> <b><?% percent | format "%02d" %?>%</b> (<?% data.eta %?>)</td> + <td> <b><?% percent div 1 | format "%02d" %?>%</b> (<?% data.eta %?>)</td> </table> </center> </body> |
