diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 89a960681..6057c00b7 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -711,7 +711,7 @@ function rcmail_create_reply_body($body, $bodyIsHtml) else { $prefix = rcmail_get_reply_header($MESSAGE); if ($bodyIsHtml) { - $prefix = '

' . rcube::Q($prefix) . '

'; + $prefix = '

' . rcube::Q($prefix) . '

'; } else { $prefix .= "\n";