Browse Source

no message

xingzai 1 year ago
parent
commit
7fe9d73607
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/cygx/report_article.go

+ 1 - 1
controllers/cygx/report_article.go

@@ -1005,7 +1005,7 @@ func (this *ReportArticleController) Detail() {
 	}
 
 	if articleId < utils.SummaryArticleId {
-		articleInfo.Abstract = html.UnescapeString(articleInfo.Abstract)
+		articleInfo.Abstract, _ = cygx.GetReportContentTextSub(articleInfo.Abstract)
 		articleInfo.Body = html.UnescapeString(articleInfo.Body)
 	}
 	br.Ret = 200