Remove extra colon

merge-requests/30/head
Bob Mottram 2022-02-21 19:09:43 +00:00
parent 0b4c260364
commit b1615bb1e8
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ def _icalendar_day(base_dir: str, nickname: str, domain: str,
if disp_name:
sender_name = \
'<a href="' + sender_actor + '">' + \
disp_name + '</a>: '
disp_name + '</a>'
if evnt.get('name'):
event_description = evnt['name'].strip()
elif evnt['type'] == 'Place':