Added line break
This commit is contained in:
parent
f56ced0ff1
commit
9b4cf088c0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in a new issue