* merge branch zui.

This commit is contained in:
xia0ta0
2014-03-27 16:34:30 +08:00
parent a954e09d53
commit bdb2a4258c
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -50,11 +50,11 @@
</tr>
<tr>
<th><?php echo $lang->testtask->desc;?></th>
<td><?php echo html::textarea('desc', $task->desc, "rows=10 class='form-control'");?></td>
<td><?php echo html::textarea('desc', htmlspecialchars($task->desc), "rows=10 class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->report;?></th>
<td><?php echo html::textarea('report', $task->report, "rows=10 class='form-control'");?></td>
<td><?php echo html::textarea('report', htmlspecialchars($task->report), "rows=10 class='form-control'");?></td>
</tr>
<tr>
<td colspan='2' class='text-center'><?php echo html::submitButton() . html::backButton();?> </td>