换成htmlspecialchars_decode
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user