diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-10-17 16:25:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-10-17 16:25:44 +0200 |
commit | 5bc78117d90bb6f04d4113194b15bd7a1c7b7636 (patch) | |
tree | c6bf40f6bc8c4c538519882902607b09a62300d6 /templates | |
parent | 8170ce5cd94162f53f4fab527355fe195100026e (diff) |
fix a typo introduced in 8170ce5
Diffstat (limited to 'templates')
-rw-r--r-- | templates/commute.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </div> </div> <div class="input-field col s12 m12 l6"> - %= 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' <label for="station">Fahrtziel</label> </div> </div> |