From 39f4d2134f332d3d6577f8cf5b3f4b9d4f665c41 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Tue, 10 Aug 2021 16:42:07 -0600 Subject: Change URLs to relative paths --- includes/model/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/model') diff --git a/includes/model/Post.php b/includes/model/Post.php index f251773..7e02793 100755 --- a/includes/model/Post.php +++ b/includes/model/Post.php @@ -17,7 +17,7 @@ function create_quote(int $id): string return '
This post has been deleted'; } - return '
Quote from ' . $reply['user_name'] . ''; + return '
' . $reply['post_content'] . '
Quote from ' . $reply['user_name'] . ''; } function format_post_content(string $post_content) -- cgit v1.2.3
' . $reply['post_content'] . '