mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 14:12:25 +01:00
Fix typo in forms/general.php
This commit is contained in:
@@ -729,13 +729,13 @@
|
||||
<div class="form-group">
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked />>
|
||||
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked />
|
||||
Option one is this and that—be sure to include why it's great
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio">
|
||||
<label>
|
||||
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2" />>
|
||||
<input type="radio" name="optionsRadios" id="optionsRadios2" value="option2" />
|
||||
Option two can be something else and selecting it will deselect option one
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user