Parcourir la source

Доделки

Book Pauk il y a 6 ans
Parent
commit
586ef50363
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      client/components/Reader/share/BookParser.js

+ 2 - 0
client/components/Reader/share/BookParser.js

@@ -105,11 +105,13 @@ export default class BookParser {
             }
 
             if (tag == 'title') {
+                newParagraph(' ', 1);
                 bold = true;
                 center = true;
             }
 
             if (tag == 'subtitle') {
+                newParagraph(' ', 1);
                 bold = true;
             }