mirror of https://gitlab.com/bashrc2/epicyon
No alt for person options avatar image
parent
05d99c8933
commit
e5516eda9f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue