diff options
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r-- | templates/infoscreen.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep index 880180f..023560f 100644 --- a/templates/infoscreen.html.ep +++ b/templates/infoscreen.html.ep @@ -67,6 +67,7 @@ % } </span> <!-- train-route --> </div> <!-- mheader --> + <div class="mfooter"> % if ($departure->isa('Travel::Status::DE::EFA::Result')) { Fahrplan: <table class="scheduled"> @@ -136,6 +137,7 @@ % } </table> % } + </div> <!-- mfooter --> </span> <!-- moreinfo --> <span class="route"> % if ($departure->can('route_interesting') and $departure->route_interesting) { |