mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
Merge pull request #1762 from wstackme/fix/extra-vars-timezone
Fix unclosed select tag of select timezone
This commit is contained in:
commit
f4d51ee69b
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