Ver Fonte

Доделки

Book Pauk há 6 anos atrás
pai
commit
586ef50363
1 ficheiros alterados com 2 adições e 0 exclusões
  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;
             }