1
Fork 0
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:
Antonin Décimo 2020-12-03 19:41:40 +01:00 committed by Juliusz Chroboczek
parent c5638a544f
commit f0cbe9c0c1

View file

@ -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>