改pre->div
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<strong ><?php echo "$MSG_ERROR_INFO";?> </strong>
|
<strong ><?php echo "$MSG_ERROR_INFO";?> </strong>
|
||||||
</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
|
<div v-if="escape" style="margin-top: 0; margin-bottom: 0; " id="errtxt"><?php
|
||||||
$xxx = htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
|
$xxx = htmlspecialchars_decode($view_reinfo,ENT_QUOTES);
|
||||||
// 把<变成<
|
// 把<变成<
|
||||||
$xxx =str_replace("<","<",$xxx);
|
$xxx =str_replace("<","<",$xxx);
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
$xxx =str_replace(">",">",$xxx);
|
$xxx =str_replace(">",">",$xxx);
|
||||||
echo $xxx;
|
echo $xxx;
|
||||||
?>
|
?>
|
||||||
</pre>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user