From 3b0349188c83b24cb8ff7dfe76796dabc3916e83 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 7 Apr 2021 16:24:54 -0600 Subject: Styling and formatting for posts --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index 1357d55..00555df 100644 --- a/search.php +++ b/search.php @@ -47,7 +47,7 @@ foreach ($posts as $post) { echo '

From ' . $post->thread->subject . '

'; - $post->display_content(); + $post->display_content($dbc); } break; case 'user': -- cgit v1.2.3