换成htmlspecialchars_decode

This commit is contained in:
2025-04-11 13:55:40 +08:00
parent 84cf46b5c0
commit 0c69afff98

View File

@@ -39,8 +39,9 @@
<div class="ui existing segment">
<pre v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
if(isset($view_reinfo))
echo htmlspecialchars($view_reinfo,ENT_QUOTES,"UTF-8");
?></pre>
echo htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
?>
</pre>
</div>
</div>