1
This commit is contained in:
+2
-1
@@ -653,7 +653,8 @@
|
||||
'" target="_blank"><img src="' +
|
||||
escapeHtml(article.accountAvatar || article.expertAvatar) +
|
||||
'" alt="" class="article-item__icon" />' +
|
||||
(authorName ? '<span class="article-item__author">' + escapeHtml(authorName) + "</span>" : "") +
|
||||
(authorName ? '<span class="article-item__author">' +
|
||||
escapeHtml(authorName) + "</span>" : "") +
|
||||
'<span class="article-item__title">' +
|
||||
escapeHtml(article.title || "文章标题") +
|
||||
"</span>" +
|
||||
|
||||
Reference in New Issue
Block a user