mirror of
https://github.com/kognise/water.css.git
synced 2025-08-13 16:44:58 +02:00
Fix duplicate id attr
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user