先这样吧
This commit is contained in:
@@ -38,12 +38,7 @@
|
||||
</p>
|
||||
<div class="ui existing segment">
|
||||
<div v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
|
||||
$xxx = htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
|
||||
// 把<变成<
|
||||
$xxx =str_replace("<","<",$xxx);
|
||||
// 把>变成>
|
||||
$xxx =str_replace(">",">",$xxx);
|
||||
echo $xxx;
|
||||
echo $view_reinfo
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user