Sorry. I disagree.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Oct 2002 23:36:15 +0000 (23:36 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 Oct 2002 23:36:15 +0000 (23:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3802 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 0922c2427d2596ab1b78393b0ed205c2be6e1033..c60c0fd61478f20e2a36e911501d9b66614f3242 100644 (file)
@@ -797,7 +797,7 @@ echo '    <table width="100%" cellpadding="1" cellspacing="0" align="center" bor
 echo '      <tr><td>';
 echo '        <table width="100%" cellpadding="3" cellspacing="0" align="center" border="0">';
 echo '          <tr bgcolor="'.$color[4].'"><td>';
-echo '            <table cellpadding="5" cellspacing="0"  border="0">';
+echo '            <table cellpadding="5" cellspacing="0" border="0" align="center">';
 echo '              <tr>'. html_tag( 'td', '<br>'. $messagebody."\n", 'left').'</td>';
 echo '            </table>';
 echo '          </td></tr>';