Skip to content

Commit 3b4653c

Browse files
authored
Fix apostrophe formatting in theorem HTML
1 parent fe3e66b commit 3b4653c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="proof theorem admonition" id="theorem-one">
22
<p class="admonition-title"><span class="caption-number">Theorem 1 </span> (Important Theorem)</p>
33
<section class="theorem-content" id="proof-content">
4-
<p>It's true.</p>
4+
<p>Its true.</p>
55
</section>
66
</div>

0 commit comments

Comments
 (0)