修改逻辑

This commit is contained in:
2024-11-23 17:27:26 +08:00
parent 0c6f7521fc
commit 166945c1e7
2 changed files with 210 additions and 202 deletions

View File

@@ -61,7 +61,7 @@ include_once("kindeditor.php") ;
</p>
<p align=left>
<?php echo "<h4>".$MSG_Description."</h4>"?>
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo htmlentities($row['description'],ENT_QUOTES,"UTF-8")?></textarea><br>
<textarea class="kindeditor" rows=13 name=description cols=80><?php echo $row['description']?></textarea><br>
</p>
<p align=left>