when table width is not set, it affects width of objects (iframes in
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Apr 2005 14:07:07 +0000 (14:07 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Apr 2005 14:07:07 +0000 (14:07 +0000)
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

index 094b3266b6df9441957dd092d2416caaa0dbc24d..ead59e36973adca2b630aaf84806c65e0560bce8 100644 (file)
@@ -945,7 +945,7 @@ echo '      <tr><td>';
 echo '        <table width="100%" cellpadding="3" cellspacing="0" align="center" border="0">';
 echo '          <tr bgcolor="'.$color[4].'"><td>';
 // echo '            <table cellpadding="1" cellspacing="5" align="left" border="0">';
-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 '              <tr>' . html_tag( 'td', '<br />'. $messagebody."\n", 'left')
                         . '</tr>';
 echo '            </table>';