Skip to content

Commit d074926

Browse files
authored
Add missing quotation mark (#4277)
Fixing code issue in F24
1 parent 6248dfb commit d074926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

techniques/failures/F24.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3>Specifying only background color with CSS</h3>
2020
the example fails the Success Criterion.</p>
2121

2222
<pre xml:space="preserve"><code class="language-html">&lt;!doctype&gt;
23-
&lt;html lang="en&gt;
23+
&lt;html lang="en"&gt;
2424
&lt;head&gt;
2525
&lt;title&gt;Setting the canvas background&lt;/title&gt;
2626
&lt;style&gt;
@@ -104,4 +104,4 @@ <h3>Specifying foreground color of link text with CSS</h3>
104104
</li>
105105
</ul>
106106

107-
</section></body></html>
107+
</section></body></html>

0 commit comments

Comments
 (0)