add style to the hr entity separator
[squirrelmail.git] / src / read_body.php
index 77643e3a470f3baa00ebec874eb56d6043a4d711..79775467f022aa0a2c493d6991d661ae8626028e 100644 (file)
@@ -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 .= '<hr />';
+       $messagebody .= '<hr class="entity_sep" />';
    }
 }