From c6fd0a0efb8582e48d2eacafc0968938126bddd4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 1 Mar 2019 20:11:40 +0100 Subject: Fix encoding of station name in checkin/checkout screen --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 5a7e598..ba9e338 100755 --- a/index.pl +++ b/index.pl @@ -603,7 +603,7 @@ helper 'get_user_status' => sub { timestamp => $ts, timestamp_delta => $now->epoch - $ts->epoch, station_ds100 => $cols[2], - station_name => $cols[3], + station_name => $checkin_station_name, train_type => $cols[4], train_line => $cols[5], train_no => $cols[6], -- cgit v1.2.3