Browse Source

Merge branch 'cygx_12.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 1 year ago
parent
commit
12394a3c67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -73,7 +73,7 @@ func (this *YanxuanSpecialController) List() {
 		if err != nil {
 			return
 		}
-
+		v.Content = services.AnnotationHtml(v.Content)
 		if v.DocUrl != "" {
 			var docs []models.Doc
 			err := json.Unmarshal([]byte(v.DocUrl), &docs)