Fix encoding of station name in checkin/checkout screen
This commit is contained in:
parent
abf81ea638
commit
c6fd0a0efb
1 changed files with 1 additions and 1 deletions
2
index.pl
2
index.pl
|
@ -603,7 +603,7 @@ helper 'get_user_status' => sub {
|
||||||
timestamp => $ts,
|
timestamp => $ts,
|
||||||
timestamp_delta => $now->epoch - $ts->epoch,
|
timestamp_delta => $now->epoch - $ts->epoch,
|
||||||
station_ds100 => $cols[2],
|
station_ds100 => $cols[2],
|
||||||
station_name => $cols[3],
|
station_name => $checkin_station_name,
|
||||||
train_type => $cols[4],
|
train_type => $cols[4],
|
||||||
train_line => $cols[5],
|
train_line => $cols[5],
|
||||||
train_no => $cols[6],
|
train_no => $cols[6],
|
||||||
|
|
Loading…
Reference in a new issue