No tab index

main
Bob Mottram 2022-05-25 18:49:06 +01:00
parent 373cc9ebaa
commit cc165f6f35
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ def html_calendar(person_cache: {}, css_cache: {}, translate: {},
' <a href="' + cal_actor + '/' + default_timeline + '" title="'
calendar_str += translate['Switch to timeline view'] + '" ' + \
'accesskey="' + access_keys['menuTimeline'] + \
'" tabindex="1" class="imageAnchor">'
'" tabindex="-1">'
calendar_str += \
' <h1><time datetime="' + \
str(year) + '-' + str(month_number) + '">' + month_name + \