diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 16:24:54 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 16:24:54 -0600 |
commit | 3b0349188c83b24cb8ff7dfe76796dabc3916e83 (patch) | |
tree | c8c3cf77ace1c03cea281baf3e924fe1c4dc6748 /search.php | |
parent | 700449b8d903b9707b2751784dc54b4450a655df (diff) |
Styling and formatting for posts
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |