Skip to content

Commit eecc8cb

Browse files
MauriceGeddiemonge
authored andcommitted
Remove superfluous quotes from demo code
Closes jquerygh-407
1 parent bad3511 commit eecc8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ $( "div" ).html( "Index: " + $( "li" ).index( listItem ) );
133133
}
134134
]]></css>
135135
<code><![CDATA[
136-
var listItems = $( "li:gt(0)" ");
136+
var listItems = $( "li:gt(0)" );
137137
$( "div" ).html( "Index: " + $( "li" ).index( listItems ) );
138138
]]></code>
139139
<html><![CDATA[

0 commit comments

Comments
 (0)