Skip to content

Commit

Permalink
Use <br/> to join recipients (senaite#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski authored Jul 27, 2022
1 parent b88d4bf commit b4f47e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bika/lims/browser/publish/emailview.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def render_email_template(self, template, template_context=None):
recipients = self.email_recipients_and_responsibles
if template_context is None:
template_context = {
"recipients": "\n".join(recipients),
"recipients": "<br/>".join(recipients),
}

email_template = Template(safe_unicode(template)).safe_substitute(
Expand Down

0 comments on commit b4f47e1

Please sign in to comment.