From 6500ec0543a316f9fa5f16a5c47e7103ec9bbe9e Mon Sep 17 00:00:00 2001
From: Cflip <36554078+cflip@users.noreply.github.com>
Date: Sun, 24 Jan 2021 13:46:28 -0700
Subject: Add more links to user page
---
index.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'index.php')
diff --git a/index.php b/index.php
index 2a1c633..fabec83 100644
--- a/index.php
+++ b/index.php
@@ -43,7 +43,7 @@ include_once 'header.php';
echo $row['cat_description'];
if ($thread) {
echo '
' . $thread['thread_subject'] . ' ';
- echo 'by ' . $thread['user_name'] . ' | ';
+ echo 'by ' . $thread['user_name'] . '';
} else {
$no_threads_msg = 'There are no threads in this category yet.';
echo ''. $no_threads_msg .' | ';
@@ -62,7 +62,7 @@ include_once 'header.php';
';
echo '';
- echo 'by ' . $row['user_name'] . ' on ' . date('M d, Y', strtotime($row['thread_date'])) . ' | Posted in ' . $row['cat_name'] .' | ';
+ echo 'by ' . $row['user_name'] . ' on ' . date('M d, Y', strtotime($row['thread_date'])) . 'Posted in ' . $row['cat_name'] .' | ';
}
mysqli_free_result($result);
--
cgit v1.2.3