Skip to content

Commit 50ce244

Browse files
agcolomarthurvr
authored andcommitted
Image-selector: Fix incorrect closing tag
Closes gh-626
1 parent 1373b93 commit 50ce244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entries/image-selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $( "form" ).submit(function( event ) {
4242
<input type="submit">
4343
<input type="text">
4444
<select>
45-
<option>Option<option/>
45+
<option>Option</option>
4646
</select>
4747
<textarea></textarea>
4848
<button>Button</button>

0 commit comments

Comments
 (0)