diff options
| -rw-r--r-- | templates/layouts/default.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 620fce2..bb647b0 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -92,7 +92,7 @@ Bitte eine Station aus der Liste auswählen</div>        Nur Züge über      </div>      <div> -      %= text_field 'via', placeholder => 'Bahnhof 1, Bhf2, ... (oder regulärer Ausdruck)' +      %= text_field 'via', placeholder => 'Bahnhof 1, Bhf2, ... (oder regulärer Ausdruck)', class => 'station'      </div>    </div>    <div class="field"> | 
