瀏覽代碼

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

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