diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index 438796bfb..69dcca43c 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -99,8 +99,8 @@ if (!$savedraft) { array( // remove empty signature div '/
( )?<\/div>[\s\r\n]*$/', - // remove signature's div ID - '/\s*id="_rc_sig"/', + // replace signature's div ID (#6073) + '/ id="_rc_sig"/', // add inline css for blockquotes and container '/
/', '/
/', @@ -109,7 +109,7 @@ if (!$savedraft) { ), array( '', - '', + ' id="signature"', '
', '
', '


',