fix: update locale select element to remove fixed class

This commit is contained in:
Eli Bosley
2025-09-02 13:00:54 -04:00
parent 84ae3d6482
commit 963d023362

View File

@@ -140,7 +140,7 @@ _(Display width)_:
:display_width_help:
_(Language)_:
: <select name="locale" class="fixed" onchange="updateDirection(this.value)">
: <select name="locale" onchange="updateDirection(this.value)">
<?echo mk_option($display['locale'], "","English");
foreach (glob("$plugins/lang-*.xml",GLOB_NOSORT) as $xml_file) {
$lang = language('Language', $xml_file);