No alt for person options avatar image

merge-requests/10/merge
Bob Mottram 2021-02-01 20:03:07 +00:00
parent 05d99c8933
commit e5516eda9f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ def htmlPersonOptions(defaultTimeline: str,
optionsStr += ' <center>\n'
optionsStr += ' <a href="' + optionsActor + '">\n'
optionsStr += ' <img loading="lazy" src="' + optionsProfileUrl + \
'" ' + getBrokenLinkSubstitute() + '/></a>\n'
'" alt="" ' + getBrokenLinkSubstitute() + '/></a>\n'
handle = getNicknameFromActor(optionsActor) + '@' + optionsDomain
handleShown = handle
if lockedAccount: