From 5bc78117d90bb6f04d4113194b15bd7a1c7b7636 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 17 Oct 2020 16:25:44 +0200 Subject: fix a typo introduced in 8170ce5 --- templates/commute.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/commute.html.ep b/templates/commute.html.ep index 77e6373..4e575e6 100644 --- a/templates/commute.html.ep +++ b/templates/commute.html.ep @@ -38,7 +38,7 @@
- %= text_field 'station', id => 'station', required => undef, class => 'autocomplete contrast-color-text' autocomplete => 'off' + %= text_field 'station', id => 'station', required => undef, class => 'autocomplete contrast-color-text', autocomplete => 'off'
-- cgit v1.2.3