Fix unclosed select tag of select timezone

This commit is contained in:
Ji Yong, Kim 2021-08-04 03:29:50 +09:00 committed by GitHub
parent c874b318bf
commit 49b7cbd657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -498,6 +498,7 @@ class ExtraItem
}
$buff[] = ' <option value="' . $key . '" ' . $selected . '>' . $time_name . '</option>';
}
$buff[] = '</select>';
break;
// textarea
case 'textarea' :