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
+1 -1
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>