diff --git a/lib/CalEventParser.ts b/lib/CalEventParser.ts
index e6531b1f..a38494f2 100644
--- a/lib/CalEventParser.ts
+++ b/lib/CalEventParser.ts
@@ -38,7 +38,9 @@ export default class CalEventParser {
*/
public getChangeEventFooterHtml(): string {
return `
-Need to change this event?
Cancel: ${this.getCancelLink()}
Reschedule: ${this.getRescheduleLink()}
+Need to change this event?
+Cancel: ${this.getCancelLink()}
+Reschedule: ${this.getRescheduleLink()}
`;
}