From 700449b8d903b9707b2751784dc54b4450a655df Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 7 Apr 2021 15:24:15 -0600 Subject: Style and layout changes --- model/Post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'model') diff --git a/model/Post.php b/model/Post.php index d10a505..ef2fe4f 100644 --- a/model/Post.php +++ b/model/Post.php @@ -37,7 +37,7 @@ class Post { } function display_content() { - echo '
' . $post_content . '
'; } } -- cgit v1.2.3