disaggree on this report it and I can put it back
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3771
7612ce4b-ef26-0410-bec9-
ea0150e637f0
echo ' <tr><td>';
echo ' <table width="100%" cellpadding="3" cellspacing="0" align="center" border="0">';
echo ' <tr bgcolor="'.$color[4].'"><td>';
-echo ' <table cellpadding="0" cellspacing="0" align="center" border="0">';
-echo ' <tr><td><br>' . $messagebody . '</td></td>';
+echo ' <table cellpadding="5" cellspacing="0" border="0">';
+echo ' <tr>'. html_tag( 'td', '<br>'. $messagebody."\n", 'left').'</td>';
echo ' </table>';
echo ' </td></tr>';
echo ' </table></td></tr>';