fix a typo introduced in 8170ce5

This commit is contained in:
Daniel Friesel 2020-10-17 16:25:44 +02:00
parent 8170ce5cd9
commit 5bc78117d9

View file

@ -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>