summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-10-17 16:25:44 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-10-17 16:25:44 +0200
commit5bc78117d90bb6f04d4113194b15bd7a1c7b7636 (patch)
treec6bf40f6bc8c4c538519882902607b09a62300d6 /templates
parent8170ce5cd94162f53f4fab527355fe195100026e (diff)
fix a typo introduced in 8170ce5
Diffstat (limited to 'templates')
-rw-r--r--templates/commute.html.ep2
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>