From b31be62ba7e9a5e2a264f97ee8710843bc94db2e Mon Sep 17 00:00:00 2001 From: Xkeeper Date: Tue, 11 Dec 2018 16:19:32 -0800 Subject: [PATCH] color usernames in sendprivate.php replies [fixes #54] --- sendprivate.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sendprivate.php b/sendprivate.php index 8a46a56..54d371d 100644 --- a/sendprivate.php +++ b/sendprivate.php @@ -57,7 +57,7 @@ $postlist=" $tccellh width=150>User $tccellh>Message - $tcellbg>$user[name]$smallfont
+ $tcellbg>$user[name]$smallfont
Posts: $postnum$user[posts] $tcellbg>".doreplace2($msg[text])." "; @@ -166,4 +166,4 @@ } */ print $footer; printtimedif($startingtime); -?> \ No newline at end of file +?>