summaryrefslogtreecommitdiff
path: root/templates/clean.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/clean.html.ep')
-rw-r--r--templates/clean.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep
index f073c2e..86a3d03 100644
--- a/templates/clean.html.ep
+++ b/templates/clean.html.ep
@@ -59,7 +59,7 @@
<span class="countdown">
% if ($departure->{delay} and not $departure->{is_cancelled}) {
% if ($show_realtime) {
-<span class="delaynorm">(+<%= $departure->{delay} %>)</span>
+<span class="delaynorm">(<%= sprintf('+%d', $departure->{delay}) %>)</span>
% }
% else {
<span class="delay">(+<%= $departure->{delay} %>)</span>