mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Another major fixbug for macOS display :-)
Thanks to Omar Boumeddane
This commit is contained in:
parent
a52fa703a1
commit
9cd4505562
@ -84,7 +84,7 @@ class html
|
|||||||
}
|
}
|
||||||
if ($do_lang) $text = lang($text);
|
if ($do_lang) $text = lang($text);
|
||||||
|
|
||||||
$opt_out = '';
|
$opt_out = 'this.T_WIDTH = 200;';
|
||||||
if (is_array($options))
|
if (is_array($options))
|
||||||
{
|
{
|
||||||
foreach($options as $option => $value)
|
foreach($options as $option => $value)
|
||||||
|
Loading…
Reference in New Issue
Block a user