diff --git a/src/shared/components/post-listing.tsx b/src/shared/components/post-listing.tsx index 32a176aa..d5d734fe 100644 --- a/src/shared/components/post-listing.tsx +++ b/src/shared/components/post-listing.tsx @@ -1293,7 +1293,7 @@ export class PostListing extends Component { let post = this.props.post_view.post; let body = `${i18n.t("cross_posted_from")} ${ post.ap_id - }\n\n---\n\n${post.body.replace(/^/gm, "> ")}`; + }\n\n${post.body.replace(/^/gm, "> ")}`; return body; }