diff options
author | alecpl <alec@alec.pl> | 2009-12-15 12:10:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-12-15 12:10:19 +0000 |
commit | 9e63e28a80dab8b1a249a108c5512ec85f7332d1 (patch) | |
tree | f651bc643d3f81586bdbdba1c76039a9e256afb7 /program/steps/mail/compose.inc | |
parent | 58fb6502e3550e59afa8799d36dfce61a18f8b1b (diff) |
- Fix top-post signature insert error in HTML forwarded message (#1486366)
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 560142b90..6fcdf435c 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -615,7 +615,7 @@ function rcmail_create_forward_body($body, $bodyIsHtml) $body = rcmail_wash_html($body, array('safe' => $MESSAGE->is_safe), $cid_map); $prefix = sprintf( - "<br><br>-------- Original Message --------" . + "<p></p><p>-------- Original Message --------</p>" . "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tbody>" . "<tr><th align=\"right\" nowrap=\"nowrap\" valign=\"baseline\">Subject: </th><td>%s</td></tr>" . "<tr><th align=\"right\" nowrap=\"nowrap\" valign=\"baseline\">Date: </th><td>%s</td></tr>" . |