Мелкая поправка

This commit is contained in:
Book Pauk
2019-02-15 18:20:29 +07:00
parent f260378c93
commit 4d1485a61f

View File

@@ -243,7 +243,7 @@ export default class BookParser {
tClose += (center ? '</center>' : '');
if (path.indexOf('/fictionbook/body/title') == 0) {
growParagraph(`${tOpen}${text}${tClose}`, text.length, true);
growParagraph(`${tOpen}${text}${tClose}`, text.length);
}
if (path.indexOf('/fictionbook/body/section') == 0) {