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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user