mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Fix wrong label reference.
This commit is contained in:
parent
c5638a544f
commit
f0cbe9c0c1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
<input id="presentmike" type="radio" name="presentradio" value="mike"/>
|
||||
<label for="presentmike">microphone</label>
|
||||
<input id="presentboth" type="radio" name="presentradio" value="both"/>
|
||||
<label for="presentoff">camera and microphone</label>
|
||||
<label for="presentboth">camera and microphone</label>
|
||||
<div class="clear"></div>
|
||||
<input id="connectbutton" type="submit" class="btn btn-blue" value="Connect"/>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue