Skip to content

Commit

Permalink
Add addition newline between messages to alert email
Browse files Browse the repository at this point in the history
Fixes #1216
  • Loading branch information
Jochen Schalanda committed Jun 5, 2015
1 parent 2f6315a commit 814e1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class FormattedEmailAlertSender extends StaticEmailAlertSender implements
"${if backlog}" +
"Last messages accounting for this alert:\n" +
"${foreach backlog message}" +
"${message}\n" +
"${message}\n\n" +
"${end}" +
"${else}" +
"<No backlog>\n" +
Expand Down

0 comments on commit 814e1bf

Please sign in to comment.