调整顺序

This commit is contained in:
2024-12-06 16:48:22 +08:00
parent dda37018e6
commit ecacad4146

View File

@@ -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>"
// )
;
}
?>