mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix(route): wechat/tgchannel content text format error (#9088)
This commit is contained in:
@@ -87,6 +87,9 @@ module.exports = async (ctx) => {
|
||||
}
|
||||
}
|
||||
|
||||
// 修复文字格式错误
|
||||
single.description = single.description.replace(/<section(.*?)>/g, '<p $1/>');
|
||||
|
||||
return single;
|
||||
})
|
||||
.get()
|
||||
|
||||
Reference in New Issue
Block a user