fixed up some duplicate IDs

This commit is contained in:
scottjehl 2010-12-23 14:50:01 -05:00
parent 53392bc7ca
commit 3fb55aef0b

View file

@ -117,8 +117,8 @@
<p>You can specify any jQuery Mobile button data- attribute on a select element too.</p>
<div data-role="fieldcontain">
<label for="select-choice-3" class="select">Actions</label>
<select name="select-choice-3" id="select-choice-3" data-theme="a" data-icon="gear" data-inline="true">
<label for="select-choice-11" class="select">Actions</label>
<select name="select-choice-11" id="select-choice-11" data-theme="a" data-icon="gear" data-inline="true">
<option value="edit">Edit</option>
<option value="delete">Delete</option>
</select>