We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1504ee3 commit 1d7b470Copy full SHA for 1d7b470
lib/routes/hrbust/jwzx.ts
@@ -76,7 +76,6 @@ async function handler(ctx) {
76
const body = $('div.body');
77
body.find('[style]').removeAttr('style');
78
body.find('font').contents().unwrap();
79
- body.find(':empty').remove();
80
body.html(body.html()?.replaceAll(' ', ''));
81
body.find('[align]').removeAttr('align');
82
item.description = body.html();
0 commit comments