mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +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[] = ' <option value="' . $key . '" ' . $selected . '>' . $time_name . '</option>';
|
||||||
}
|
}
|
||||||
|
$buff[] = '</select>';
|
||||||
break;
|
break;
|
||||||
// textarea
|
// textarea
|
||||||
case 'textarea' :
|
case 'textarea' :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue