Changeset 2753a4c in github


Ignore:
Timestamp:
Sep 25, 2010 9:28:37 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0911fac
Parents:
e019f2d
Message:
  • Fix r3962 (< and > characters were not replaced with HTML entities in plain messages)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    re019f2d r2753a4c  
    845845 
    846846  // quote plain text 
    847   $body = Q(join("\n", $a_lines), '', false); 
     847  $body = Q(join("\n", $a_lines), 'dummy', false); 
    848848 
    849849  // colorize signature 
Note: See TracChangeset for help on using the changeset viewer.