Browse Source

Merge branch 'eta/1.8.3' into debug

Roc 10 months ago
parent
commit
b6fbf516ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/report_v2.go

+ 1 - 0
controllers/report_v2.go

@@ -647,6 +647,7 @@ func (this *ReportController) Detail() {
 	}
 	item.Content = html.UnescapeString(item.Content)
 	item.ContentSub = html.UnescapeString(item.ContentSub)
+	item.ContentStruct = html.UnescapeString(item.ContentStruct)
 
 	resp := &models.ReportDetailView{
 		ReportDetail: item,