Skip to content

Commit

Permalink
FIx errors in figure sample text
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjm committed Dec 14, 2018
1 parent 4833012 commit 721ca17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_build/html/elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@
</table>
<p><strong>Diagram and Text Sample</strong> - Mark 1.18 (GNT)</p>
<img alt="_images/usx-element_figure.png" src="_images/usx-element_figure.png" />
<div class="highlight-xml notranslate" id="usx-element-figure-example"><div class="highlight"><pre><span></span><span class="nt">&lt;figure</span> <span class="na">style=</span><span class="s">&quot;fig&quot;</span> <span class="na">alt=</span><span class="s">&quot;&quot;</span> <span class="na">file=</span><span class="s">&quot;avnt016.jpg&quot;</span> <span class="na">size=</span><span class="s">&quot;span&quot;</span> <span class="na">loc=</span><span class="s">&quot;&quot;</span> <span class="na">copy=</span><span class="s">&quot;&quot;</span> <span class="na">ref=</span><span class="s">&quot;1.18&quot;</span><span class="nt">&gt;</span>
<div class="highlight-xml notranslate" id="usx-element-figure-example"><div class="highlight"><pre><span></span><span class="nt">&lt;figure</span> <span class="na">style=</span><span class="s">&quot;fig&quot;</span> <span class="na">file=</span><span class="s">&quot;avnt016.jpg&quot;</span> <span class="na">size=</span><span class="s">&quot;span&quot;</span> <span class="na">ref=</span><span class="s">&quot;1.18&quot;</span><span class="nt">&gt;</span>
At once they left their nets.<span class="nt">&lt;/figure&gt;</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ Galatians 3
.. code-block:: xml
:name: usx-element_figure_example
<figure style="fig" alt="" file="avnt016.jpg" size="span" loc="" copy="" ref="1.18">
<figure style="fig" file="avnt016.jpg" size="span" ref="1.18">
At once they left their nets.</figure>
.. index:: element; <optbreak>
Expand Down

0 comments on commit 721ca17

Please sign in to comment.