修复错误

This commit is contained in:
2024-12-06 16:41:49 +08:00
parent 63ec75c092
commit 91478a0144

View File

@@ -121,9 +121,9 @@ if ($pr_flag) {
<?php
function trans_md($str)
{
return bbcode_to_html("<span class='md'>" + bbcode_to_html(
return bbcode_to_html("<span class='md'>" .
htmlentities($str, ENT_QUOTES, 'UTF-8')
) + "</span>");
. "</span>");
}
?>
<div class="row">