From 4095c1544a3ba233d11f87231db1f0a080cac489 Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 25 Sep 2010 13:28:37 +0000 Subject: - Fix r3962 (< and > characters were not replaced with HTML entities in plain messages) git-svn-id: https://svn.roundcube.net/trunk@3990 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 b191072e6..119a5da31 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -844,7 +844,7 @@ function rcmail_plain_body($body, $flowed=false) } // quote plain text - $body = Q(join("\n", $a_lines), '', false); + $body = Q(join("\n", $a_lines), 'dummy', false); // colorize signature $len = strlen($body); -- cgit v1.2.3