重复解两次
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user