Commit 61b45ace authored by Antonin Décimo's avatar Antonin Décimo Committed by Juliusz Chroboczek

Correctly close input tags.

parent 38a341de
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment