summaryrefslogtreecommitdiff
path: root/cgi/templates/multi.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/multi.html.ep')
-rw-r--r--cgi/templates/multi.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/multi.html.ep b/cgi/templates/multi.html.ep
index 8201867..bd1a1aa 100644
--- a/cgi/templates/multi.html.ep
+++ b/cgi/templates/multi.html.ep
@@ -1,6 +1,6 @@
% if (@{$departures}) {
-<div class="outer">
+<div class="displaymulti">
% my $i = 0;
% for my $departure (@{$departures}) {
% $i++;
@@ -43,7 +43,7 @@
% }
-</div> <!-- outer -->
+</div> <!-- displaymulti -->
% }
% else {