fix for attachment bgcolor
[squirrelmail.git] / src / read_body.php
index 2138e904e7355647e88233ed404dcac66f6dd317..32696e37fcddfbdd756b580e5a6e5511692584eb 100644 (file)
@@ -659,7 +659,7 @@ if ($attachmentsdisplay) {
    echo '      <table width="100%" cellpadding="1" cellspacing="0" align="center" border="0" bgcolor="'.$color[4].'">';
    echo '         <tr><td ALIGN="left" bgcolor="'.$color[9].'"><b>';
    echo           _("Attachments").':</b></td></tr><tr><td>';
-   echo '          <table width="100%" cellpadding="2" cellspacing="2" align="center"'.' border="0" bgcolor="'.$color[12].'">';
+   echo '          <table width="100%" cellpadding="2" cellspacing="2" align="center"'.' border="0" bgcolor="'.$color[0].'">';
    echo             $attachmentsdisplay;
    echo '         </td></tr></table></table></td></tr>';
    echo '      </table></td></tr>';