作者 刘锟

update

@@ -338,7 +338,7 @@ class ProjectUpdate extends Command @@ -338,7 +338,7 @@ class ProjectUpdate extends Command
338 //名称去掉特殊符号 338 //名称去掉特殊符号
339 $item['ttile'] = $this->special2str($item['ttile'] ?? ''); 339 $item['ttile'] = $this->special2str($item['ttile'] ?? '');
340 //短描述处理换行 340 //短描述处理换行
341 - $intro = str_replace("\r\n", "<p>", $item['short_description'] ?? ''); 341 + $intro = str_replace("\r\n\r\n", "<p>", $item['short_description'] ?? '');
342 //详情 342 //详情
343 $content = $item['content'] ?? ''; 343 $content = $item['content'] ?? '';
344 try { 344 try {