|
@@ -490,7 +490,10 @@ class ChapterController extends BaseController
|
|
|
|
|
|
$qian=array(" "," ","\t");
|
|
|
$hou=array("","","");
|
|
|
- $chapter->content = str_replace($qian,$hou,$chapter->content);
|
|
|
+
|
|
|
+ $chapter->content = str_replace($qian,$hou,$chapter->content);
|
|
|
+
|
|
|
+ $chapter->content = str_replace("\n\n", "\n", $chapter->content);
|
|
|
|
|
|
|
|
|
|