From f0f775776303e02e976d9caba042398bb21eb04b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Feb 2022 17:43:55 +0000 Subject: [PATCH] Extraneous users path --- webapp_calendar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_calendar.py b/webapp_calendar.py index be512ab86..f6392b8e2 100644 --- a/webapp_calendar.py +++ b/webapp_calendar.py @@ -248,7 +248,7 @@ def _html_calendar_day(person_cache: {}, css_cache: {}, translate: {}, # icalendar download link calendar_str += \ - ' ' + \ 'iCalendar\n' @@ -497,7 +497,7 @@ def html_calendar(person_cache: {}, css_cache: {}, translate: {}, translate['Add to the calendar'] + '\n

\n\n' calendar_icon_str = \ - ' ' + \ 'iCalendar\n'