summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index ac4eb6b01..ddaf29063 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -728,7 +728,7 @@ function rcmail_message_body($attrib)
}
}
else
- $out .= $MESSAGE->body;
+ $out .= html::div('message-part', html::div('pre', $MESSAGE->body));
$ctype_primary = strtolower($MESSAGE->structure->ctype_primary);