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

Fix wrong label reference.

parent c5638a54
......@@ -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>
......
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