* Finish task #4966.

This commit is contained in:
Yagami
2018-10-09 11:04:57 +08:00
parent fe8154ed3c
commit 3657f64d05
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<table class='table table-form'>
<tr>
<th><?php echo $lang->webhook->type;?></th>
<td><?php echo html::select('type', $lang->webhook->typeList, 'default', "class='form-control'");?></td>
<td><?php echo html::select('type', $lang->webhook->typeList, '', "class='form-control'");?></td>
<td></td>
</tr>
<tr>