Selectmenu: Fix htmllint warnings

This commit is contained in:
Jörn Zaefferer 2013-06-05 15:22:03 +02:00
parent ffc7d310d4
commit ab72fd1666
2 changed files with 2 additions and 3 deletions

View File

@ -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.

View File

@ -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>