1
Fork 0

Correctly close input tags.

This commit is contained in:
Antonin Décimo 2020-05-10 21:18:18 +02:00 committed by Juliusz Chroboczek
parent 38a341de95
commit 61b45ace5a
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
<div id="optionsdiv">
<label for="presenterbox">Present:</label>
<input id="presenterbox" type="checkbox"/ disabled>
<input id="presenterbox" type="checkbox" disabled/>
<label for="videoselect">Camera:</label>
<select id="videoselect">
@ -45,7 +45,7 @@
</select>
<label for="sharebox">Share screen:</label>
<input id="sharebox" type="checkbox"/ disabled>
<input id="sharebox" type="checkbox" disabled/>
<label for="requestbox">Receive video:</label>
<input id="requestbox" type="checkbox" checked>