diff --git a/packages/service/common/string/cheerio.ts b/packages/service/common/string/cheerio.ts index 99b26a4615b..32726eb04cd 100644 --- a/packages/service/common/string/cheerio.ts +++ b/packages/service/common/string/cheerio.ts @@ -20,7 +20,7 @@ export const cheerioToHtml = ({ const selectDom = $(usedSelector); // remove i element - selectDom.find('i,script').remove(); + selectDom.find('i,script,style').remove(); // remove empty a element selectDom