Skip to content

Commit

Permalink
fix(route/gisreportsonlline): Restore linefeed (#16487)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzx-dzx authored Aug 19, 2024
1 parent ecba4f7 commit 096e57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/gisreportsonline/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function handler(ctx) {

item.description = content('header.entry-header ~ :not(#pos-conclusion ~ *)')
.toArray()
.map((e) => content(e).html())
.map((e) => content(e).prop('outerHTML'))
.join('');

return item;
Expand Down

0 comments on commit 096e57d

Please sign in to comment.