不再自动转html实体

This commit is contained in:
2024-12-06 16:55:25 +08:00
parent ecacad4146
commit 4e0a983b6c

View File

@@ -124,7 +124,9 @@ if ($pr_flag) {
return return
"<span class='md'>" . "<span class='md'>" .
bbcode_to_html( bbcode_to_html(
htmlentities($str, ENT_QUOTES, 'UTF-8') // htmlentities(
$str
// , ENT_QUOTES, 'UTF-8')
) )
. "</span>" . "</span>"
; ;