fixed amoount of line breaks (<br>) in new organizer email

pull/361/head
Peer Richelsen 2021-07-13 14:32:25 +02:00
parent 6ed9bfde7b
commit 949fcf8884
1 changed files with 1 additions and 1 deletions

View File

@ -66,13 +66,13 @@ export default class EventOrganizerMail extends EventMail {
<a href="mailto:${this.calEvent.attendees[0].email}">${this.calEvent.attendees[0].email}</a><br />
<br />` +
this.getAdditionalBody() +
"<br />" +
`<strong>Invitee Time Zone:</strong><br />
${this.calEvent.attendees[0].timeZone}<br />
<br />
<strong>Additional notes:</strong><br />
${this.calEvent.description}
` +
"<br />" +
this.getAdditionalFooter() +
`
</div>