Skip to content

Commit 785e558

Browse files
committed
.attr(): Fixed style in demo.
1 parent 6710e4d commit 785e558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/attr.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var title = $("em").attr("title");
2828
$("div").text(title);
2929
]]></code>
3030
<css><![CDATA[
31-
em { color:blue; font-weight;bold; }
31+
em { color:blue; font-weight:bold; }
3232
div { color:red; }
3333
]]></css>
3434
<html><![CDATA[

0 commit comments

Comments
 (0)