Commit 5bc78117 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix a typo introduced in 8170ce5c

parent 8170ce5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>