重复解两次

This commit is contained in:
2025-04-11 13:57:27 +08:00
parent 0c69afff98
commit 40896f384e

View File

@@ -38,8 +38,9 @@
</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 <pre v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
if(isset($view_reinfo)) $xxx = htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
echo htmlspecialchars_decode($view_reinfo,ENT_QUOTES); $xxx = htmlspecialchars_decode($xxx,ENT_QUOTES);
echo $xxx;
?> ?>
</pre> </pre>
</div> </div>