From cbda5f04202771699339bf417dc0f08ce95bbca7 Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:43:29 -0600 Subject: Nicer search results --- search.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/search.php b/search.php index 00555df..c09ae53 100644 --- a/search.php +++ b/search.php @@ -37,17 +37,20 @@ switch ($_GET['type']) { case 'thread': $threads = get_all_threads($dbc); - foreach ($threads as $thread) { - echo '
' . $thread->subject . ' by ' . $thread->author->name . '
'; + echo ''; + echo '