mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 23:05:07 +01:00
Fix duplicate id attr
This commit is contained in:
parent
cf45eef0a0
commit
16345af22c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue