From 37f14809f1c0bc6edd6940d9faa81bab22f2fac4 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 7 Sep 2021 07:59:04 +0200 Subject: [PATCH] wtf? --- threadr/board/board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/board/board.php b/threadr/board/board.php index 3c27c10..6bc4ad0 100644 --- a/threadr/board/board.php +++ b/threadr/board/board.php @@ -23,7 +23,7 @@ foreach($statement->fetchAll() as $ROW) { // if this is a reply, build reference $reply_to = $ROW['reply_to']; if ($reply_to > -1) { - $reply_reference = "

This is a reply to this message.

"; + $reply_reference = "

This is a reply to this message.

"; } else { $reply_reference = ""; }