From 50f7cfbea6265b0be22a132f5711342b2f7d9924 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 May 2020 13:29:48 +0200 Subject: sort Travel::Status::* links lexically --- templates/main.html.ep | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/main.html.ep b/templates/main.html.ep index 3c18b49..e380a4e 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -196,8 +196,8 @@ Alle Angaben ohne Gewähr. Hinweise: @@ -205,12 +205,12 @@ Alle Angaben ohne Gewähr. vrr-infoscreen v<%= $version %>
Backends:
-Travel::Status::DE::URA -v<%= $Travel::Status::DE::ASEAG::VERSION %>
-Travel::Status::DE::HAFAS -v<%= $Travel::Status::DE::HAFAS::VERSION %>
Travel::Status::DE::EFA v<%= $Travel::Status::DE::EFA::VERSION %>
+Travel::Status::DE::HAFAS +v<%= $Travel::Status::DE::HAFAS::VERSION %>
+Travel::Status::DE::URA +v<%= $Travel::Status::DE::URA::VERSION %>
Impressum
Datenschutz
-- cgit v1.2.3