Fix typo in heading
This commit is contained in:
parent
83b28fb580
commit
6524b08cf4
@ -220,7 +220,7 @@ async fn route_station_to_dest_station(
|
|||||||
let mut out = String::new();
|
let mut out = String::new();
|
||||||
|
|
||||||
out.push_str("<html><body>\n");
|
out.push_str("<html><body>\n");
|
||||||
out.push_str(&format!("<h1>Abfahren für {} nach {}</h1>\n", station_properties.name, dest_station_properties.name));
|
out.push_str(&format!("<h1>Abfahrten für {} nach {}</h1>\n", station_properties.name, dest_station_properties.name));
|
||||||
|
|
||||||
let display_all_departures = match query.all {
|
let display_all_departures = match query.all {
|
||||||
Some(_) => true,
|
Some(_) => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user