删除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";

View File

@@ -37,10 +37,10 @@
<strong ><?php echo "$MSG_ERROR_INFO";?> </strong>
</p>
<div class="ui existing segment">
<div v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
<pre v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
echo $view_reinfo
?>
</div>
</pre>
</div>
</div>