From 2124c0dbb4de6a4dd65f889c516c20ea30858c3c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 3 Nov 2021 16:43:41 +0000 Subject: [PATCH] Extra line --- webapp_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_calendar.py b/webapp_calendar.py index 84f767939..faecd091f 100644 --- a/webapp_calendar.py +++ b/webapp_calendar.py @@ -454,7 +454,7 @@ def htmlCalendar(personCache: {}, cssCache: {}, translate: {}, monthName) newEventStr = \ - '
\n

\n' + \ + '

\n

\n' + \ '📅 ' + \ translate['Add to the calendar'] + '\n

\n
\n'