Skip to content

Commit

Permalink
Indentation Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 27, 2018
1 parent c346090 commit 0964e29
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,9 @@
video_library
</i>
<select id="time" name="time">
<option value="" disabled selected>
Bitte wählen ...
</option>
<option value="1">
Vormittag
</option>
<option id="time2" value="2">
Nachmittag
</option>
<option value="" disabled selected>Bitte wählen ...</option>
<option value="1">Vormittag</option>
<option id="time2" value="2">Nachmittag</option>
</select>
<label>
Zeit
Expand Down

0 comments on commit 0964e29

Please sign in to comment.