Skip to content

Commit

Permalink
bug test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgarrish committed Sep 20, 2024
1 parent 1bbd8d1 commit 3bc821a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions publishing/docs/html/svg.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ <h3>Examples</h3>

<figure id="ex-01">
<figcaption>Example 1 &#8212; Default language specification</figcaption>
<pre id="ex-01-src" class="prettyprint linenums"><code>&lt;svg xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
<pre id="ex-01-src" class="prettyprint linenums"><code>&lt;sv g xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
&#8230;
&lt;/svg></code></pre>
</figure>
<!--

<figure id="ex-02">
<figcaption>Example 2 &#8212; Language override</figcaption>
<pre id="ex-02-src" class="prettyprint linenums"><code>&lt;svg xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
<pre id="ex-02-src" class="prettyprint linenums"><code>&lt;sv g xmlns="http://www.w3.org/2000/svg" xml:lang="en" lang="en">
&#8230;
&lt;text &#8230; >I think therefore I am...&lt;/text>
&lt;text &#8230; xml:lang="fr" lang="fr">Je pense donc je suis...&lt;/text>
Expand All @@ -68,7 +68,7 @@ <h3>Examples</h3>

<figure id="ex-03">
<figcaption>Example 3 &#8212; Including an SVG title and description</figcaption>
<pre id="ex-03-src" class="prettyprint linenums"><code>&lt;svg
<pre id="ex-03-src" class="prettyprint linenums"><code>&lt;sv g
xmlns="http://www.w3.org/2000/svg"
xml:lang="en" lang="en">
&lt;title>The New EPUB Logo&lt;/title>
Expand All @@ -88,7 +88,7 @@ <h3>Examples</h3>

<figure id="ex-04">
<figcaption>Example 4 &#8212; A decorative SVG</figcaption>
<pre id="ex-04-src" class="prettyprint linenums"><code>&lt;svg
<pre id="ex-04-src" class="prettyprint linenums"><code>&lt;sv g
xmlns="http://www.w3.org/2000/svg"
xml:lang="en" lang="en"
role="presentation">
Expand All @@ -104,7 +104,7 @@ <h3>Examples</h3>
&#8230;
&lt;/g>
&lt;/a></code></pre>
</figure>-->
</figure>
</section>

<section id="faq">
Expand Down

0 comments on commit 3bc821a

Please sign in to comment.