Correctly close input tags.

This commit is contained in:
Antonin Décimo
2020-05-10 21:43:09 +02:00
committed by Juliusz Chroboczek
parent 38a341de95
commit 61b45ace5a
+2 -2
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>