فهرست منبع

段落模式显示段落标记 #1379

visuddhinanda 2 سال پیش
والد
کامیت
722cfb2304
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Http/Controllers/CorpusController.php

+ 1 - 1
app/Http/Controllers/CorpusController.php

@@ -327,7 +327,7 @@ class CorpusController extends Controller
         if(count($record) ===0){
             $this->result['content'] = "<span>No Data</span>";
         }else{
-            $this->result['content'] = $this->makeContent($record,$request->get('mode','read'),$indexChannel,$indexedHeading);
+            $this->result['content'] = $this->makeContent($record,$request->get('mode','read'),$indexChannel,$indexedHeading,false,true);
         }
 
         return $this->ok($this->result);