mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
added a trim to cope with junk after charset name
This commit is contained in:
parent
3723acdbf2
commit
948f739fd6
@ -175,7 +175,7 @@
|
||||
}
|
||||
$html = CreateObject('phpgwapi.html');
|
||||
|
||||
return $html->select($name,strtolower($selected),$charsets,true);
|
||||
return $html->select($name,trim(strtolower($selected)),$charsets,true);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user