* fix bug fo #465.

This commit is contained in:
wyd621
2013-10-31 06:28:52 +00:00
parent 823fa21d0f
commit 0d4bab62e1
12 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -121,7 +121,7 @@
</tr>
<tr>
<th class='rowhead'><?php echo $lang->build->desc;?></th>
<td><?php echo html::textarea('desc', htmlspecialchars($build->desc), "rows='15' class='area-1'");?></td>
<td><?php echo html::textarea('desc', $build->desc, "rows='15' class='area-1'");?></td>
</tr>
<tr><td colspan='2' class='a-center'><?php echo html::submitButton() . html::backButton() .html::hidden('project', $build->project);?></td></tr>
</table>