|
@@ -1809,6 +1809,7 @@ func ArticleAnnotation(item *models.HomeArticle) (annotation string) {
|
|
|
}
|
|
|
if item.Annotation != "" {
|
|
|
annotation = strings.Replace(item.Annotation, "<br>", "", -1)
|
|
|
+ annotation = strings.Replace(item.Annotation, " ", "", -1)
|
|
|
} else {
|
|
|
return
|
|
|
}
|