不再自动转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
"<span class='md'>" .
bbcode_to_html(
htmlentities($str, ENT_QUOTES, 'UTF-8')
// htmlentities(
$str
// , ENT_QUOTES, 'UTF-8')
)
. "</span>"
;