ical focus

main
Bob Mottram 2022-05-25 17:19:10 +01:00
parent cd797f57a6
commit 213f997c6c
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ def html_calendar(person_cache: {}, css_cache: {}, translate: {},
calendar_icon_str = \
' <a href="' + path + '?ical=true" ' + \
'download="icalendar.ics">' + \
'download="icalendar.ics" class="imageAnchor" tabindex="3">' + \
'<img class="ical" src="/icons/ical.png" ' + \
'title="iCalendar" alt="iCalendar" /></a>\n'