Skip to content

Commit 1d7b470

Browse files
authored
fix(routes/hrbust/jwzx): fix img was accidently removed (#18122)
1 parent 1504ee3 commit 1d7b470

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/routes/hrbust/jwzx.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ async function handler(ctx) {
7676
const body = $('div.body');
7777
body.find('[style]').removeAttr('style');
7878
body.find('font').contents().unwrap();
79-
body.find(':empty').remove();
8079
body.html(body.html()?.replaceAll(' ', ''));
8180
body.find('[align]').removeAttr('align');
8281
item.description = body.html();

0 commit comments

Comments
 (0)