调整顺序
This commit is contained in:
@@ -122,11 +122,11 @@ if ($pr_flag) {
|
||||
function trans_md($str)
|
||||
{
|
||||
return
|
||||
// bbcode_to_html(
|
||||
"<span class='md'>" .
|
||||
htmlentities($str, ENT_QUOTES, 'UTF-8')
|
||||
bbcode_to_html(
|
||||
htmlentities($str, ENT_QUOTES, 'UTF-8')
|
||||
)
|
||||
. "</span>"
|
||||
// )
|
||||
;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user