From 605ce3855a47f1062e4ddc8fe96d70b366e49269 Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 15 Apr 2005 14:07:07 +0000 Subject: [PATCH] when table width is not set, it affects width of objects (iframes in show_default_html=1 case) placed inside table. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9301 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 094b3266..ead59e36 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -945,7 +945,7 @@ echo ' '; echo ' '; echo '
'; // echo ' '; -echo html_tag( 'table' ,'' , 'left', '', 'cellpadding="1" cellspacing="5" border="0"' ); +echo html_tag( 'table' ,'' , 'left', '', 'width="100%" cellpadding="1" cellspacing="5" border="0"' ); echo ' ' . html_tag( 'td', '
'. $messagebody."\n", 'left') . ''; echo '
'; -- 2.25.1