Remove unneeded end tags.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2019-12-09 15:11:42 +02:00
parent ee8cbe03fb
commit d0fa5c0da4
2 changed files with 15 additions and 15 deletions

View File

@@ -22,10 +22,10 @@
<input id="customTimeout" class="form-control" type="number" value="60">
<div class="input-group-btn" data-toggle="buttons">
<label class="btn btn-default">
<input type="radio"/> Secs
<input type="radio"> Secs
</label>
<label id="btnMins" class="btn btn-default active">
<input type="radio" /> Mins
<input type="radio"> Mins
</label>
</div>
</div>