From 2b31c2433e5111a32ed23d78a26e89768ccb1ac5 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 22 Jul 2008 09:09:34 +0000 Subject: #1485200: fixed text/enriched displaying git-svn-id: https://svn.roundcube.net/trunk@1605 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 36605894a..f4282370c 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -595,7 +595,7 @@ function rcmail_print_body($part, $p = array()) // text/enriched else if ($part->ctype_secondary=='enriched') { $part->ctype_secondary = 'html'; - return Q(enriched_to_html($body), 'show'); + return Q(enriched_to_html($part->body), 'show'); } else $body = $part->body; -- cgit v1.2.3