Added line break

This commit is contained in:
nicolas 2021-06-17 00:57:59 +02:00
parent f56ced0ff1
commit 9b4cf088c0

View file

@ -18,7 +18,7 @@ export default class EventAttendeeMail extends EventMail {
this.calEvent.location ? `<strong>Location:</strong> ${this.calEvent.location}<br /><br />` : '' this.calEvent.location ? `<strong>Location:</strong> ${this.calEvent.location}<br /><br />` : ''
) + ) +
`<strong>Additional notes:</strong><br /> `<strong>Additional notes:</strong><br />
${this.calEvent.description} ${this.calEvent.description}<br />
` + this.getAdditionalFooter() + ` ` + this.getAdditionalFooter() + `
</div> </div>
`; `;