This commit is contained in:
2025-04-11 13:48:28 +08:00
parent 344554b3e2
commit 13c59eb132
2 changed files with 1 additions and 17 deletions

View File

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