Fix duplicate id attr

This commit is contained in:
kimulaco 2019-10-03 14:00:35 +09:00
parent cf45eef0a0
commit 16345af22c

View file

@ -183,7 +183,7 @@
<div> <div>
<label for='volume'>Volume</label> <label for='volume'>Volume</label>
<input type='range' id='start' name='volume' id='volume' min='0' max='11' /> <input type='range' name='volume' id='volume' min='0' max='11' />
</div> </div>
</form> </form>