From ae38dcbe2b98ad19c99b03e9d6b8c71705383d49 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 10 Jun 2015 23:22:41 +0200 Subject: validate html --- templates/clean.html.ep | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates/clean.html.ep') diff --git a/templates/clean.html.ep b/templates/clean.html.ep index 2eb63ea..9b36f45 100644 --- a/templates/clean.html.ep +++ b/templates/clean.html.ep @@ -25,7 +25,7 @@ % if ( $departure->{train_type} eq 'S' ) { % $linetype = 'sbahn'; % } - +
% if ($departure->{train_type} and $departure->{train_no}) { %= $departure->{train_type} % } @@ -38,18 +38,18 @@ % else { %= $departure->{train} % } - +
% if (@{$departure->{replaced_by}} or @{$departure->{replacement_for}}) { - +
% for my $replacement (@{$departure->{replaced_by}}) { → <%= $replacement %> % } % for my $replacement (@{$departure->{replacement_for}}) { ↑ <%= $replacement %> % } - +
% } - +
% if ($departure->{info} and length $departure->{info}) { %= $departure->{info} -- cgit v1.2.3