From 9b4cf088c066ab35ebf0df6102cac62820474103 Mon Sep 17 00:00:00 2001 From: nicolas Date: Thu, 17 Jun 2021 00:57:59 +0200 Subject: [PATCH] Added line break --- lib/emails/EventAttendeeMail.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/emails/EventAttendeeMail.ts b/lib/emails/EventAttendeeMail.ts index 15ef16ae..265104d8 100644 --- a/lib/emails/EventAttendeeMail.ts +++ b/lib/emails/EventAttendeeMail.ts @@ -18,7 +18,7 @@ export default class EventAttendeeMail extends EventMail { this.calEvent.location ? `Location: ${this.calEvent.location}

` : '' ) + `Additional notes:
- ${this.calEvent.description} + ${this.calEvent.description}
` + this.getAdditionalFooter() + ` `;