修改逻辑
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user