不再自动转html实体
This commit is contained in:
@@ -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>"
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user