Merge pull request #1762 from wstackme/fix/extra-vars-timezone

Fix unclosed select tag of select timezone
This commit is contained in:
Johnny 2021-08-04 16:18:01 +09:00 committed by GitHub
commit f4d51ee69b
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[] = ' <option value="' . $key . '" ' . $selected . '>' . $time_name . '</option>';
} }
$buff[] = '</select>';
break; break;
// textarea // textarea
case 'textarea' : case 'textarea' :