Skip to content

Commit 0022f2a

Browse files
committed
Fix level 28 markup
1 parent 28049b2 commit 0022f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/levels.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ var levels = [
590590
examples : [
591591
'<strong>[value]</strong> selects all elements that have a <strong>value="anything"</strong> attribute.',
592592
'<strong>a[href]</strong> selects all <tag>a</tag> elements that have a <strong>href="anything"</strong> attribute.',
593-
'<strong>input[disabled]</strong> selects all <tag>input</tag>strong> elements with the <strong>disabled</strong> attribute'
593+
'<strong>input[disabled]</strong> selects all <tag>input</tag> elements with the <strong>disabled</strong> attribute'
594594
],
595595
boardMarkup:`
596596
<plate for="Sarah"><pickle/></plate>

0 commit comments

Comments
 (0)