Преглед изворни кода

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

Book Pauk пре 6 година
родитељ
комит
4d1485a61f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/components/Reader/share/BookParser.js

+ 1 - 1
client/components/Reader/share/BookParser.js

@@ -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) {