From 0dda31894b9fba2fd84dfd7d08f2b2c130bb0ca7 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Thu, 31 Mar 2022 01:06:02 -0500 Subject: [PATCH] --- bbs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs.php b/bbs.php index fc3c8d4..c5372e5 100644 --- a/bbs.php +++ b/bbs.php @@ -136,7 +136,7 @@ $comment = $row['comment']; $comment = str_replace("\n", "
", $comment); - $comment = preg_replace_callback('/(?:^|
)>>\s*(\d+)/', quote_link, $comment); + $comment = preg_replace_callback('/>>\s*(\d+)/', quote_link, $comment); echo "

$comment

"; echo '';