Fewer spaces

main
Bob Mottram 2020-12-12 11:25:50 +00:00
parent 98fdf7d1f2
commit eb39892e78
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ def getAvatarImageHtml(showAvatarOptions: bool,
if '/users/news/' not in avatarUrl:
avatarLink = ' <a class="imageAnchor" href="' + postActor + '">'
avatarLink += \
' <img loading="lazy" src="' + avatarUrl + '" title="' + \
'<img loading="lazy" src="' + avatarUrl + '" title="' + \
translate['Show profile'] + '" alt=" "' + avatarPosition + \
getBrokenLinkSubstitute() + '/></a>\n'