As the title says... when I enter newlines in the textarea for the message and send it as HTML mail, the line breaks get converted to <br> tags and are escaped (probably thanks to twig's autoescaping). As a result, the br tags are visible as plain text in the email instead of acting as line breaks. The setting "Allow HTML in personal messages" is off.
I would expect the module to either A) convert newlines to br tags and allow them in the HTML, or B) leave the newlines as they are so they will simply become spaces in the rendered HTML.
Comments
Comment #2
dwwConfirmed. Easily reproducible. I'm tempted to call this major, since this is a very visible bug in the core functionality of the module, but I'll leave it at normal for now.
Comment #3
john.oltman commentedComment #5
john.oltman commentedtags are no longer inserted into the Personal Message if the Personal Message field does not allow HTML
Comment #6
john.oltman commented