Missing access key

main
Bob Mottram 2022-05-25 14:54:53 +01:00
parent aeee56ae38
commit 6374fdd9af
1 changed files with 2 additions and 1 deletions

View File

@ -422,7 +422,8 @@ def _get_profile_header(base_dir: str, http_prefix: str,
'\n\n <figure class="profileHeader">\n' + \
' <a href="/users/' + \
nickname + '/' + default_timeline + '" title="' + \
translate['Switch to timeline view'] + '" tabindex="1">\n' + \
translate['Switch to timeline view'] + '" tabindex="1" ' + \
'accesskey="' + access_keys['menuTimeline'] + '">\n' + \
' <img class="profileBackground" ' + \
'alt="" ' + \
'src="/users/' + nickname + '/image_' + theme + '.png" /></a>\n' + \