[BUGFIX] replace newlines in mail layout too
Compare changes
@@ -944,10 +944,7 @@ class MailTemplateService {
@@ -955,6 +952,10 @@ class MailTemplateService {
Newlines were only replaced with
's in the mail body, but not in the configured layout for this mail. This resulted in missing newlines in the layout (everything was more or less in one line).