* htmlspecialchars the field of kindeditor when edit.

This commit is contained in:
wangyidong
2014-08-13 01:16:27 +00:00
parent f4121083fb
commit f532e79b9f
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
</tr>
<tr>
<th><?php echo $lang->project->desc;?></th>
<td colspan='2'><?php echo html::textarea('desc', $project->desc, "rows='6' class='form-control'");?></td>
<td colspan='2'><?php echo html::textarea('desc', htmlspecialchars($project->desc), "rows='6' class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->project->acl;?></th>