* 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
@@ -30,7 +30,7 @@
<tr class='bd-none'><td class='bd-none'>
<fieldset>
<legend><?php echo $lang->task->desc;?></legend>
<?php echo html::textarea('desc', htmlspecialchars($task->desc), "rows='8' class='area-1'");?>
<?php echo html::textarea('desc', $task->desc, "rows='8' class='area-1'");?>
</fieldset>
<fieldset>
<legend><?php echo $lang->comment;?></legend>