Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Sep 14, 2024
1 parent e343d5f commit bfc677e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/practices/live-regions/live-regions-practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ <h3>Live Region Role <code>log</code></h3>

<pre><code>&lt;h1 id="irc-log"&gt;IRC Log&lt;/h1&gt;
&lt;div role="log" aria-labelledby="irc-log"&gt;
&lt;p&gt;[10:26] &amp;lt;Charl&gt; ok let&#39;s test it and see if it works&lt;/p&gt;
&lt;p&gt;[10:59] &amp;lt;hsivonen&gt; morning&lt;/p&gt;
&lt;p&gt;[10:26] &amp;lt;Mike&gt; ok let&#39;s test it and see if it works&lt;/p&gt;
&lt;p&gt;[10:59] &amp;lt;lori&gt; morning&lt;/p&gt;
&lt;/div&gt;
</code></pre>
</section>
Expand Down

0 comments on commit bfc677e

Please sign in to comment.