From 782213d9c1578e4f47a6dceb71714f06952404fa Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 21 Oct 2015 12:23:50 +0200 Subject: json readme: fix project / manual links --- templates/main.html.ep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/main.html.ep b/templates/main.html.ep index 1c7d8e6..75c8791 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -48,11 +48,11 @@ Data is cached for 1 minute. JSON format:
  • error: err string if an error occured, otherwise null
  • preformatted: strings used by the PNG / HTML frontend
  • raw: -% if (param('backend') and param('backend') eq 'db') { +% if (param('backend') and param('backend') =~ m{ ^db | ^hafas }x) { serialized Travel::Status::DE::HAFAS-objects, see the -::Result +::Result documentation % } % elsif (param('backend') and param('backend') eq 'aseag') { @@ -65,10 +65,10 @@ documentation % else { serialized -Travel::Status::DE::VRR-objects, see the -::Result +Travel::Status::DE::EFA-objects, see the +::Result and -::Line +::Line documentation % }
  • -- cgit v1.2.3