0005880: using a textarea attribute value in a message doesn't output all the data
Description
When I try to include a textarea attribute in a message using a placeholder, only the first line of data appears when there are linebreaks.
Example: if the value is:
mr. smith
Paris
arrival 9 may
with the placeholder for this attribute, all I get in the message is:
I cannot replicate the problem in the CVS version, so I presume it's fixed. What did happen though was that multiline textarea attributes appeared as one line in the html emails, so I've added adding a BR to the end of each line.