diff options
| -rw-r--r-- | templates/_history_stats.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/_history_stats.html.ep b/templates/_history_stats.html.ep index 7e11ee7..bc97ccb 100644 --- a/templates/_history_stats.html.ep +++ b/templates/_history_stats.html.ep @@ -39,7 +39,7 @@  			<tr>  				<th scope="row">Fahrtzeit</th>  				<td><%= $stats->{min_travel_real_strf} %> Stunden -					(nach Fahrplan: <%= $stats->{min_travel_sched_strf} %>)<td> +					(nach Fahrplan: <%= $stats->{min_travel_sched_strf} %>)</td>  			</tr>  			<tr>  				<th scope="row">Wartezeit (nur Umstiege)</th> | 
