Following links

main
Bob Mottram 2020-02-20 12:26:52 +00:00
parent 9c0c4b86f0
commit 53906b3e66
1 changed files with 1 additions and 1 deletions

View File

@ -1756,7 +1756,7 @@ def individualFollowAsHtml(translate: {}, \
#buttonsStr+='<a href="/users/'+actorNickname+'?unfollow='+followUrl+';'+avatarUrl+'"><button class="buttonunfollow">'+translate['Unfollow']+'</button></a>'
resultStr='<div class="container">\n'
resultStr+='<a href="'+followUrl+'">'
resultStr+='<a href="/users/'+actorNickname+'?options='+followUrl+';1;'+avatarUrl+'">'
resultStr+='<p><img loading="lazy" src="'+avatarUrl+'" alt=" ">\n'
resultStr+=titleStr+'</a>'+buttonsStr+'</p>'
resultStr+='</div>\n'