BugFix : 论坛搜索跳转后页面高亮显示逻辑处理异常,导致无法正常显示回帖内容 (#175)

Co-authored-by: Susan <848352497@qq.com>
This commit is contained in:
UncleSusan
2023-04-09 19:37:53 +08:00
committed by GitHub
parent 41234df600
commit 8e3ace4d83
+1 -1
View File
@@ -772,7 +772,7 @@ if ($action == "viewtopic")
$bodyContent = format_comment($arr["body"]); $bodyContent = format_comment($arr["body"]);
} }
if ($highlight){ if ($highlight){
$bodyContent = highlight($highlight,$body); $bodyContent = highlight($highlight,$bodyContent);
} }
if (is_valid_id($arr['editedby'])) if (is_valid_id($arr['editedby']))