Commit f3679cb2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

clean template: remove superfluous <span class="delayed">

parent 88dc5283
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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>

% }