From 9cd4505562f8e2714a0a9295029dcf234ca2fa86 Mon Sep 17 00:00:00 2001 From: bgigon Date: Wed, 22 Sep 2004 15:33:10 +0000 Subject: [PATCH] Another major fixbug for macOS display :-) Thanks to Omar Boumeddane --- phpgwapi/inc/class.html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index aa7f817eff..d6e96ade44 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -84,7 +84,7 @@ class html } if ($do_lang) $text = lang($text); - $opt_out = ''; + $opt_out = 'this.T_WIDTH = 200;'; if (is_array($options)) { foreach($options as $option => $value)