删除markdown

This commit is contained in:
2025-04-11 14:15:17 +08:00
parent 35c1453d9e
commit 787c7ab709
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ if($ok){
$view_reinfo = str_replace(">",">",$view_reinfo);
$view_reinfo = str_replace("&lt;","<",$view_reinfo);
// $view_reinfo = htmlentities($view_reinfo,ENT_QUOTES,"UTF-8");
$view_reinfo = "```\n" . $view_reinfo. "```\n";
// $view_reinfo = "```\n" . $view_reinfo. "```\n";
$view_reinfo .="<br>$MSG_MARK:$mark";