diff --git a/includes/model/class-post.php b/includes/model/class-post.php index cdf5d513..6586388b 100644 --- a/includes/model/class-post.php +++ b/includes/model/class-post.php @@ -268,7 +268,7 @@ class Post { } if ( 'title' === \get_option( 'activitypub_post_content_type', 'content' ) ) { - return "

[ap_title]

\n\n

[ap_permalink]

"; + return "

[ap_title]

\n\n

[ap_permalink]

"; } if ( 'content' === \get_option( 'activitypub_post_content_type', 'content' ) ) {