@@ -372,6 +372,7 @@ func (this *TacticsController) TacticsTimeLineList() {
for _, v := range list {
v.PublishTime = utils.TimeRemoveHms2(v.PublishTime)
v.Resource = 1
+ v.Content = services.AnnotationHtml(v.Content)
}
if len(list) == 0 {
list = make([]*models.CygxTacticsTimeLineResp, 0)