From 8e3ace4d837703324bd636a658281d22dda07a27 Mon Sep 17 00:00:00 2001 From: UncleSusan Date: Sun, 9 Apr 2023 19:37:53 +0800 Subject: [PATCH] =?UTF-8?q?BugFix=20:=20=E8=AE=BA=E5=9D=9B=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E8=B7=B3=E8=BD=AC=E5=90=8E=E9=A1=B5=E9=9D=A2=E9=AB=98?= =?UTF-8?q?=E4=BA=AE=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E6=98=BE=E7=A4=BA=E5=9B=9E=E5=B8=96=E5=86=85?= =?UTF-8?q?=E5=AE=B9=20(#175)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Susan <848352497@qq.com> --- public/forums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/forums.php b/public/forums.php index b1a012c9..542d67c1 100644 --- a/public/forums.php +++ b/public/forums.php @@ -772,7 +772,7 @@ if ($action == "viewtopic") $bodyContent = format_comment($arr["body"]); } if ($highlight){ - $bodyContent = highlight($highlight,$body); + $bodyContent = highlight($highlight,$bodyContent); } if (is_valid_id($arr['editedby']))