mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Correctly close input tags.
This commit is contained in:
parent
38a341de95
commit
61b45ace5a
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<div id="optionsdiv">
|
<div id="optionsdiv">
|
||||||
<label for="presenterbox">Present:</label>
|
<label for="presenterbox">Present:</label>
|
||||||
<input id="presenterbox" type="checkbox"/ disabled>
|
<input id="presenterbox" type="checkbox" disabled/>
|
||||||
|
|
||||||
<label for="videoselect">Camera:</label>
|
<label for="videoselect">Camera:</label>
|
||||||
<select id="videoselect">
|
<select id="videoselect">
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<label for="sharebox">Share screen:</label>
|
<label for="sharebox">Share screen:</label>
|
||||||
<input id="sharebox" type="checkbox"/ disabled>
|
<input id="sharebox" type="checkbox" disabled/>
|
||||||
|
|
||||||
<label for="requestbox">Receive video:</label>
|
<label for="requestbox">Receive video:</label>
|
||||||
<input id="requestbox" type="checkbox" checked>
|
<input id="requestbox" type="checkbox" checked>
|
||||||
|
|
Loading…
Reference in a new issue