alecpl
2010-09-25 2753a4cab5642f821b1b0a88a50b5a568aa6ec11
- Fix r3962 (< and > characters were not replaced with HTML entities in plain messages)


1 files modified
2 ■■■ changed files
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -844,7 +844,7 @@
  }
  // quote plain text
  $body = Q(join("\n", $a_lines), '', false);
  $body = Q(join("\n", $a_lines), 'dummy', false);
  // colorize signature
  $len = strlen($body);