1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-10 23:24:08 +02:00

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>
<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>
</form>