main
Bob Mottram 2020-09-30 21:34:14 +01:00
parent bed5b5e8b3
commit e638d4d7c5
1 changed files with 1 additions and 1 deletions

View File

@ -4146,7 +4146,7 @@ def individualPostAsHtml(allowDownloads: bool,
avatarLink = ' <a class="imageAnchor" href="' + postActor + '">'
avatarLink += \
' <img loading="lazy" src="' + avatarUrl + '" title="' + \
translate['Show profile'] + '" alt=" "' + avatarPosition + '/></a>'
translate['Show profile'] + '" alt=" "' + avatarPosition + '/></a>\n'
if showAvatarOptions and \
fullDomain + '/users/' + nickname not in postActor: