删除markdown
This commit is contained in:
@@ -89,7 +89,7 @@ if($ok){
|
|||||||
$view_reinfo = str_replace(">",">",$view_reinfo);
|
$view_reinfo = str_replace(">",">",$view_reinfo);
|
||||||
$view_reinfo = str_replace("<","<",$view_reinfo);
|
$view_reinfo = str_replace("<","<",$view_reinfo);
|
||||||
// $view_reinfo = htmlentities($view_reinfo,ENT_QUOTES,"UTF-8");
|
// $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_reinfo .="<br>$MSG_MARK:$mark";
|
||||||
|
|
||||||
|
|||||||
@@ -37,10 +37,10 @@
|
|||||||
<strong ><?php echo "$MSG_ERROR_INFO";?> </strong>
|
<strong ><?php echo "$MSG_ERROR_INFO";?> </strong>
|
||||||
</p>
|
</p>
|
||||||
<div class="ui existing segment">
|
<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
|
echo $view_reinfo
|
||||||
?>
|
?>
|
||||||
</div>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user