diff options
Diffstat (limited to 'templates/commute.html.ep')
-rw-r--r-- | templates/commute.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commute.html.ep b/templates/commute.html.ep index ef1c7ab..476f6e7 100644 --- a/templates/commute.html.ep +++ b/templates/commute.html.ep @@ -75,7 +75,7 @@ % for my $i (0 .. $#{$months}) { <tr> <td><%= $months->[$i] %></td> - <td><%= scalar @{$journeys_by_month->{$i+1} // []} %></td> + <td><%= $count_by_month->{$i+1} // 0 %></td> </tr> % } </tbody> |