Correctly close input tags.
This commit is contained in:
committed by
Juliusz Chroboczek
parent
38a341de95
commit
61b45ace5a
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user