Skip to content

Commit 0fa131e

Browse files
valscionkswedberg
authored andcommitted
Fix broken code example at entries/length.xml
1 parent bbdea0e commit 0fa131e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entries/length.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
var n = $("div").length;
1616
$("span").text("There are " + n + " divs." +
1717
"Click to add more.");
18-
}).trigger('click'); // trigger the click to start]]></code>
18+
}).trigger('click'); // trigger the click to start
19+
]]></code>
1920
<css><![CDATA[
2021
body { cursor:pointer; }
2122
div { width:50px; height:30px; margin:5px; float:left;

0 commit comments

Comments
 (0)