diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_train_details.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index bcef76c..5bd42c9 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -162,7 +162,7 @@ % if ($departure->{moreinfo} and @{$departure->{moreinfo}}) { Meldungen: - <ul> + <ul class="messages"> % for my $pair (@{$departure->{moreinfo}}) { <li> % if ($pair->[0]->isa('DateTime')) { |