From 6d4222c06bf7de614bf2d20f41b284e7aeef3b6d Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 7 Sep 2021 07:54:50 +0200 Subject: [PATCH] fuck semicolons --- threadr/board/board.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threadr/board/board.php b/threadr/board/board.php index eba2dc9..3c27c10 100644 --- a/threadr/board/board.php +++ b/threadr/board/board.php @@ -23,9 +23,9 @@ 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 = "" + $reply_reference = ""; } echo "