program/steps/mail/func.inc @@ -1248,6 +1248,9 @@ '</div>'), $out); // quote <? of php and xml files that are specified as text/html $out = preg_replace(array('/<\?/', '/\?>/'), array('<?', '?>'), $out); return $out; }