This commit is contained in:
liuyongkai
2023-02-22 13:20:44 +08:00
parent e9ef9029b6
commit 769e0d2913
+1 -1
View File
@@ -279,7 +279,7 @@ if($isCustomExport)
</tr>
<tr>
<th><?php echo $lang->file->extension;?></th>
<td><?php echo html::select('fileType', $lang->exportFileTypeList, '', 'onchange=switchEncode(this.value) class="form-control chosen"');?></td>
<td><?php echo html::select('fileType', $lang->exportFileTypeList, '', 'onchange=switchEncode(this.value) class="form-control chosen" data-drop_direction="down"');?></td>
</tr>
<tr>
<th><?php echo $lang->file->encoding;?></th>