X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fread_body.php;h=79775467f022aa0a2c493d6991d661ae8626028e;hb=ca83c73eef9dd1a9203b61f18ab32400ad8c2fc0;hp=77643e3a470f3baa00ebec874eb56d6043a4d711;hpb=1dc63862efc12b0401bd954e6e7858bd255b894f;p=squirrelmail.git diff --git a/src/read_body.php b/src/read_body.php index 77643e3a..79775467 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -961,7 +961,7 @@ $cnt = count($ent_ar); for ($i = 0; $i < $cnt; $i++) { $messagebody .= formatBody($imapConnection, $message, $color, $wrap_at, $ent_ar[$i], $passed_id, $mailbox); if ($i != $cnt-1) { - $messagebody .= '
'; + $messagebody .= '
'; } }