diff --git a/lib/routes/huxiu/utils.js b/lib/routes/huxiu/utils.js
index f6256b413..42ba16f7f 100644
--- a/lib/routes/huxiu/utils.js
+++ b/lib/routes/huxiu/utils.js
@@ -43,7 +43,7 @@ const ProcessFeed = async (list, cache) => {
let description = '';
if ('video_info' in __INITIAL_STATE__.articleDetail.articleDetail) {
- description += ``;
+ description += ``;
}
if ($('.top-img').html() !== null) {
description += $('.top-img').html();