* Adjust the code.

This commit is contained in:
hufangzhou
2021-05-13 14:34:14 +08:00
parent 06694e4911
commit 39c2c6b267
4 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
</tr>
<tr>
<th><?php echo $lang->testtask->testreport;?></th>
<td><?php echo html::select('testreport', '', '', "class='form-control chosen'");?></td>
<td><?php echo html::select('testreport', $testreports, '', "class='form-control chosen'");?></td>
</tr>
<tr>
<th><?php echo $lang->testtask->name;?></th>