Browse Source

Доделки

Book Pauk 6 năm trước cách đây
mục cha
commit
586ef50363
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
             }