From a0ea082fad755bc9219768957063115eb8566366 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Terence=E5=AD=AB?= <527028803@qq.com>
Date: Wed, 10 Apr 2024 17:16:55 +0800
Subject: [PATCH] fix(route): freewechat (#15179)
---
lib/routes/freewechat/profile.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/routes/freewechat/profile.ts b/lib/routes/freewechat/profile.ts
index 16f96fa85..515c06d68 100644
--- a/lib/routes/freewechat/profile.ts
+++ b/lib/routes/freewechat/profile.ts
@@ -65,7 +65,7 @@ async function handler(ctx) {
$('.js_img_placeholder').remove();
$('amp-img').each((_, e) => {
e = $(e);
- e.replaceWith(`
`);
+ e.replaceWith(`
`);
});
$('amp-video').each((_, e) => {
e = $(e);