Remove access key

main
Bob Mottram 2022-05-14 13:19:27 +01:00
parent 299461ecd1
commit 957fc6583a
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ def html_access_keys(css_cache: {}, base_dir: str,
'<a href="/users/' + nickname + '/' + \
default_timeline + '" title="' + \
translate['Switch to timeline view'] + '" alt="' + \
translate['Switch to timeline view'] + '" ' + \
'accesskey="' + timeline_key + '">\n'
translate['Switch to timeline view'] + '">\n'
banner_file, _ = \
get_banner_file(base_dir, nickname, domain, theme)
access_keys_form += '<img loading="lazy" decoding="async" ' + \