Skip to content

Commit

Permalink
fix: xml not well-formed
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Jan 18, 2024
1 parent cd78425 commit 3f35c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/main/src/pages/feed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const getServerSideProps: GetServerSideProps = async ({ res }) => {
custom_elements: [
{
"content:encoded": {
_cdata: post_content,
_cdata: sanitizeStr(post_content),
},
},
],
Expand Down

0 comments on commit 3f35c21

Please sign in to comment.