* code for task#1835.

This commit is contained in:
xia0ta0
2014-03-24 16:33:20 +08:00
parent 689c758bdb
commit 12dac1ce57
10 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->desc;?></th>
<td><?php echo html::textarea('desc', $project->desc, "rows='6' class='area-1'");?></td>
<td><?php echo html::textarea('desc', htmlspecialchars($project->desc), "rows='6' class='area-1'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->project->acl;?></th>