diff --git a/client/components/Reader/share/BookParser.js b/client/components/Reader/share/BookParser.js index 8ddb9502..cb13fe2f 100644 --- a/client/components/Reader/share/BookParser.js +++ b/client/components/Reader/share/BookParser.js @@ -435,8 +435,7 @@ export default class BookParser { if (tag == 'epigraph' || tag == 'annotation') { italic = false; space -= 1; - if (tag == 'annotation') - newParagraph(); + newParagraph(); } if (tag == 'stanza') { @@ -446,7 +445,6 @@ export default class BookParser { if (tag == 'text-author') { bold = false; space -= 1; - newParagraph(); } }