diff --git a/webinterface.py b/webinterface.py
index a0019998..f34e8388 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -6277,9 +6277,9 @@ def htmlPersonOptions(translate: {}, baseDir: str,
petname = getPetName(baseDir, nickname, domain, handle)
optionsStr += \
translate['Petname'] + ': ' + \
- '\n' \
- '
\n'
@@ -6287,18 +6287,18 @@ def htmlPersonOptions(translate: {}, baseDir: str,
if receivingCalendarEvents(baseDir, nickname, domain,
optionsNickname, optionsDomainFull):
optionsStr += \
- ' ' + \
translate['Receive calendar events from this account'] + \
- '
\n'
else:
optionsStr += \
- ' ' + \
translate['Receive calendar events from this account'] + \
- '
\n'
@@ -6336,7 +6336,7 @@ def htmlPersonOptions(translate: {}, baseDir: str,
optionsStr += \
'
' + translate['Notes'] + ': \n'
- optionsStr += '
\n'
optionsStr += \