Selaa lähdekoodia

Доделки

Book Pauk 6 vuotta sitten
vanhempi
commit
586ef50363
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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') {
             if (tag == 'title') {
+                newParagraph(' ', 1);
                 bold = true;
                 bold = true;
                 center = true;
                 center = true;
             }
             }
 
 
             if (tag == 'subtitle') {
             if (tag == 'subtitle') {
+                newParagraph(' ', 1);
                 bold = true;
                 bold = true;
             }
             }