mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix unclosed select tag of select timezone
This commit is contained in:
parent
c874b318bf
commit
49b7cbd657
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ class ExtraItem
|
|||
}
|
||||
$buff[] = ' <option value="' . $key . '" ' . $selected . '>' . $time_name . '</option>';
|
||||
}
|
||||
$buff[] = '</select>';
|
||||
break;
|
||||
// textarea
|
||||
case 'textarea' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue