改pre->div

This commit is contained in:
2025-04-11 14:01:02 +08:00
parent aea427bb3f
commit 72a82d8e08

View File

@@ -37,7 +37,7 @@
<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">
<pre v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php <div v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
$xxx = htmlspecialchars_decode($view_reinfo,ENT_QUOTES); $xxx = htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
// 把&lt;变成< // 把&lt;变成<
$xxx =str_replace("&lt;","<",$xxx); $xxx =str_replace("&lt;","<",$xxx);
@@ -45,7 +45,7 @@
$xxx =str_replace("&gt;",">",$xxx); $xxx =str_replace("&gt;",">",$xxx);
echo $xxx; echo $xxx;
?> ?>
</pre> </div>
</div> </div>
</div> </div>