@@ -100,6 +100,7 @@ func (this *YanxuanSpecialController) List() {
//}
//v.Content, _ = services.GetReportContentTextSubNew(v.Content)
v.Content = services.AnnotationHtml(v.Content)
+ v.Content = strings.Replace(v.Content, " <br> <br>", "", -1)
if v.DocUrl != "" {
var docs []models.Doc
err := json.Unmarshal([]byte(v.DocUrl), &docs)