From ede1feb8a139777be420f1acb6b47fdd0e12dc6a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jul 2020 20:55:58 +0100 Subject: [PATCH] Space --- webinterface.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/webinterface.py b/webinterface.py index 0e054309..d79d0217 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5437,20 +5437,19 @@ def htmlPersonOptions(translate: {}, baseDir: str, optionsNickname, optionsDomainFull): optionsStr += \ '' + \ + 'class="profilecheckbox" name="onCalendar" checked> ' + \ translate['Receive calendar events from this account'] + \ '
' + translate['Submit'] + '
\n' else: optionsStr += \ '' + \ + 'class="profilecheckbox" name="onCalendar"> ' + \ translate['Receive calendar events from this account'] + \ '
' + translate['Submit'] + '
\n' optionsStr += optionsLinkStr optionsStr += \