summaryrefslogtreecommitdiff
path: root/search.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-04-07 16:24:54 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-04-07 16:24:54 -0600
commit3b0349188c83b24cb8ff7dfe76796dabc3916e83 (patch)
treec8c3cf77ace1c03cea281baf3e924fe1c4dc6748 /search.php
parent700449b8d903b9707b2751784dc54b4450a655df (diff)
Styling and formatting for posts
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
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 '<h4>From ' . $post->thread->subject . '</h4>';
- $post->display_content();
+ $post->display_content($dbc);
}
break;
case 'user':