diff --git a/templates/commute.html.ep b/templates/commute.html.ep index 476f6e7b20f3bafb47ca414e4cb01cad9dbc6ae7..d92089d9930b9a560cd81a70d1d12435d4f8d0d3 100644 --- a/templates/commute.html.ep +++ b/templates/commute.html.ep @@ -85,5 +85,5 @@ % for my $i (0 .. $#{$months}) { <h2><%= $months->[$i] %></h2> - %= include '_history_trains', date_format => '%d.%m.', journeys => $journeys_by_month->{$i+1} // [] + %= include '_history_trains', date_format => '%a %d.%m.', journeys => $journeys_by_month->{$i+1} // [] % }