Skip to content

Commit

Permalink
fix localization error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Aug 16, 2024
1 parent 2bc06db commit a8e3f06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions publishing/docs/sync-media/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ <h3>Techniques</h3>
<section id="ex">
<h3>Examples</h3>

<figure id="ex-01">
<!-- <figure id="ex-01">
<figcaption>Example 1 &#8212; Comparison of ordered and unordered lists</figcaption>
<!-- <pre id="ex-01-src" class="prettyprint linenums small"><code>&lt;ul>
<pre id="ex-01-src" class="prettyprint linenums small"><code>&lt;ul>
&lt;li>&#8230;&lt;/li>
&lt;li>
&lt;p>&#8230;&lt;/p>
Expand All @@ -61,13 +61,13 @@ <h3>Examples</h3>
&lt;par epub:type="list-item">&#8230;&lt;/par>
&lt;/seq>
&lt;/seq>
&lt;/seq></code></pre> -->
&lt;/seq></code></pre>
</figure>
<figure id="ex-02">
<figcaption>Example 2 &#8212; Comparison of definition lists</figcaption>
<!-- <pre id="ex-02-src" class="prettyprint linenums small"><code>&lt;dl>
<pre id="ex-02-src" class="prettyprint linenums small"><code>&lt;dl>
&lt;dt>&#8230;&lt;/dt>
&lt;dd>&#8230;&lt;/dd>
Expand All @@ -91,8 +91,8 @@ <h3>Examples</h3>
&lt;par>&#8230;&lt;/par>
&lt;par>&#8230;&lt;/par>
&lt;/seq>
&lt;/seq></code></pre> -->
</figure>
&lt;/seq></code></pre>
</figure> -->
</section>

<section id="desc">
Expand Down

0 comments on commit a8e3f06

Please sign in to comment.