|
@@ -1821,6 +1821,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
|
|
|
}
|