- Fix r3962 (< and > characters were not replaced with HTML entities in plain messages)

release-0.6
alecpl 14 years ago
parent e019f2d0f2
commit 2753a4cab5

@ -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);

Loading…
Cancel
Save