mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: Fix htmllint warnings
This commit is contained in:
parent
ffc7d310d4
commit
ab72fd1666
@ -101,7 +101,6 @@
|
|||||||
<option>Fast</option>
|
<option>Fast</option>
|
||||||
<option>Faster</option>
|
<option>Faster</option>
|
||||||
</select>
|
</select>
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="dialog2">
|
<div id="dialog2">
|
||||||
Yay, another dialog.
|
Yay, another dialog.
|
||||||
|
@ -229,7 +229,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<label for="empty4">Select with empty optgroup</label>
|
<label for="empty4">Select with empty optgroup</label>
|
||||||
<select name="empty4" class="empty4">
|
<select id="empty4" name="empty4" class="empty4">
|
||||||
<optgroup label="Scripts"></optgroup>
|
<optgroup label="Scripts"></optgroup>
|
||||||
<optgroup label="Other files">
|
<optgroup label="Other files">
|
||||||
<option value="somefile">Some unknown file</option>
|
<option value="somefile">Some unknown file</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user