Browse Source

Sorry. I disagree.

thomppj 23 years ago
parent
commit
9b82f46d9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

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