fix code style.

This commit is contained in:
xiawenlong
2021-10-19 19:04:30 +08:00
parent a184ef1ce3
commit 5db2b168de
5 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ js::set('struct_paramsType', $lang->struct->paramsType);
<tr>
<th><?php echo $lang->api->module;?></th>
<td>
<span id='moduleBox'><?php echo html::select('module', $moduleOptionMenu, $moduleID, "class='form-control chosen'");?></span>
<span id='moduleBox'><?php echo html::select('module', $moduleOptionMenu, '', "class='form-control chosen'");?></span>
</td>
<td></td>
</tr>