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 --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index e27a155..7dd0fe4 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,7 @@ cflip.net forum + @@ -43,7 +44,7 @@ echo ''; echo ''; echo '' . $category->name . ''; - echo '
' . $category->description; + echo '
' . $category->description . ''; echo ''; echo '' . $category->thread_count . ''; echo '' . $category->post_count . ''; -- cgit v1.2.3