* Finish task #5309.

This commit is contained in:
Yagami
2019-02-20 15:53:47 +08:00
parent b5987e61a1
commit 6efbe82455
103 changed files with 318 additions and 318 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<?php foreach($method->parameters as $param):?>
<tr>
<th class='w-80px'><?php echo $param->name?></th>
<td><?php echo html::input("$param->name", $param->isOptional() ? $param->getDefaultValue() : '', "class='form-control' autocomplete='off'")?></td>
<td><?php echo html::input("$param->name", $param->isOptional() ? $param->getDefaultValue() : '', "class='form-control'")?></td>
</tr>
<?php endforeach;?>
<tr>