W3C-Validator: HTML verbessert
This commit is contained in:
parent
c8f85e40c4
commit
6a60d11f1e
8 changed files with 33 additions and 34 deletions
|
@ -9,7 +9,7 @@
|
|||
<option value="{{$course.Id}}"{{if eq $course.Id $.SelectedCourse}} selected{{end}}>{{$course.Name}}</option>
|
||||
{{end}}
|
||||
</select>
|
||||
<input type="submit" value="Auswählen" />
|
||||
<input type="submit" value="Auswählen">
|
||||
</form>
|
||||
<form method="GET" action="/getByRoom">
|
||||
<label for="raum">Raum: </label>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<option value="{{$room.Id}}"{{if eq $room.Id $.SelectedRoom}} selected{{end}}>{{$room.Name}}</option>
|
||||
{{end}}
|
||||
</select>
|
||||
<input type="submit" value="Auswählen" />
|
||||
<input type="submit" value="Auswählen">
|
||||
</form>
|
||||
{{.Timetable}}
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue