We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6710e4d commit 785e558Copy full SHA for 785e558
entries/attr.xml
@@ -28,7 +28,7 @@ var title = $("em").attr("title");
28
$("div").text(title);
29
]]></code>
30
<css><![CDATA[
31
- em { color:blue; font-weight;bold; }
+ em { color:blue; font-weight:bold; }
32
div { color:red; }
33
]]></css>
34
<html><![CDATA[
0 commit comments