summaryrefslogtreecommitdiff
path: root/templates/multi.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-18 17:03:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-18 17:03:53 +0200
commitb2f12dad068aa34e99e800f9318fe97f0ad5597d (patch)
tree31452da60e285d109272a364236c240fbc8c71d4 /templates/multi.html.ep
parent1d864aacdc8718e22e6c941c319519c64f0d2663 (diff)
switch to HAFAS backend
Diffstat (limited to 'templates/multi.html.ep')
-rw-r--r--templates/multi.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/multi.html.ep b/templates/multi.html.ep
index 6e58325..704c589 100644
--- a/templates/multi.html.ep
+++ b/templates/multi.html.ep
@@ -21,9 +21,9 @@
</div>
<div class="via">
-% my $via_max = @{$departure->{via}};
+% my $via_max = @{$departure->{via} // []};
% my $via_cur = 0;
-% for my $stop (@{$departure->{via}}) {
+% for my $stop (@{$departure->{via} // []}) {
% $via_cur++;
<span><%= $stop %><% if ($via_cur < $via_max) { %> - <% } %></span>
% }