* Fix code error.

This commit is contained in:
Yagami
2020-09-24 11:02:07 +08:00
parent c7e8b79519
commit 30a392cf02
+1 -1
View File
@@ -53,7 +53,7 @@
<?php if($template == 'waterfall'):?>
<tr>
<th><?php echo $lang->program->PRJCategory;?></th>
<td><?php echo html::select('category', $lang->program->PRJCategoryList, '', "class='form-control'");?></td><td></td><td></td>
<td><?php echo html::select('product', $lang->program->PRJCategoryList, '', "class='form-control'");?></td><td></td><td></td>
</tr>
<?php endif;?>
<tr>