zz 6 năm trước cách đây
mục cha
commit
71d26c6b80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Modules/Book/Services/ChapterService.php

+ 1 - 1
app/Modules/Book/Services/ChapterService.php

@@ -334,7 +334,7 @@ class ChapterService
                 $temp_size = 0;
             }
             $temp_size += mb_strlen($item);
-            $temp_content .= $item.'\r\n';
+            $temp_content .= $item."\r\n";
             $data[$count-1] = [
                 'bid'=>$chapter->bid,
                 'is_vip'=>$chapter->is_vip,