换成htmlspecialchars_decode
This commit is contained in:
@@ -39,8 +39,9 @@
|
|||||||
<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))
|
if(isset($view_reinfo))
|
||||||
echo htmlspecialchars($view_reinfo,ENT_QUOTES,"UTF-8");
|
echo htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
|
||||||
?></pre>
|
?>
|
||||||
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user