diff --git a/lib/CalEventParser.ts b/lib/CalEventParser.ts index ef1ff315..e6bd5dfd 100644 --- a/lib/CalEventParser.ts +++ b/lib/CalEventParser.ts @@ -37,7 +37,7 @@ export default class CalEventParser { * Returns a footer section with links to change the event (as HTML). */ public getChangeEventFooterHtml(): string { - return `
Need to make a change? Cancel or reschedule.
`; + return `Need to make a change? Cancel or reschedule
`; } /**