When a user clicks the link at the bottom of the email message to view the message on the web, the View Message page that comes up in the browser shows the Subject in both the Subject line and the Body area.

The fix for this is to change the code in autoresponder.module on line 433 from:

'#value' => $message->subject

to

'#value' => $message->body

Comments

aleksey.tk’s picture

Assigned: Unassigned » aleksey.tk
Status: Active » Closed (fixed)

Fixed in dev version.