summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/clean.html.ep6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/clean.html.ep b/templates/clean.html.ep
index e9cf1b7..0802cde 100644
--- a/templates/clean.html.ep
+++ b/templates/clean.html.ep
@@ -242,14 +242,8 @@
</span>
<span class="time <%= ($show_realtime and $departure->{delay} and not
$departure->{is_cancelled}) ? 'delayed' : q{} %> <%= $extraclasses %>">
-% if ($show_realtime and $departure->{delay} and not $departure->{is_cancelled}) {
- <span class="delayed">
-% }
%= $departure->{time}
</span>
-% if ($show_realtime and $departure->{delay} and not $departure->{is_cancelled}) {
- </span>
-% }
</li>
% }