summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-03-01 20:11:40 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-03-01 20:11:40 +0100
commitc6fd0a0efb8582e48d2eacafc0968938126bddd4 (patch)
treefbdd9172f5b26a2764d7a17eda33f5a62fe7d89d /index.pl
parentabf81ea6381e4208332c6a5418f33516aaf755d0 (diff)
Fix encoding of station name in checkin/checkout screen
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl2
1 files changed, 1 insertions, 1 deletions
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],