Skip to content

Commit bb88379

Browse files
author
Brian Muenzenmeyer
committed
Merge pull request #114 from laurendorman/patch-2
Fix location of paragraph closing tag to wrap citation
2 parents bfe1289 + 9804d6f commit bb88379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_patterns/00-atoms/01-text/05-inline-elements.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation</q></p>
2929

30-
<p><cite>This is a citation</cite>
30+
<p><cite>This is a citation</cite></p>
3131

32-
</p><p>The <dfn>dfn element</dfn> indicates a definition.</p>
32+
<p>The <dfn>dfn element</dfn> indicates a definition.</p>
3333

3434
<p>The <mark>mark element</mark> indicates a highlight</p>
3535

0 commit comments

Comments
 (0)