Skip to content

Commit

Permalink
Update en.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
endme2085 authored May 20, 2024
1 parent a6aef89 commit a4f76f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/shisu/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function process(baseUrl: string, section: any) {
const $ = load(r);
j.description = $('.details-con')
.html()!
.replaceAll(/<o:p>[\S\s]*?<\/o:p>|<[^>]*>&nbsp;<\/[^>]*>/g, '');
.replaceAll(/<o:p>[\S\s]*?<\/o:p>/g, '');
return j;
})
)
Expand Down

0 comments on commit a4f76f5

Please sign in to comment.