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 = ""; }