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