Consistent avatar size

master
Bob Mottram 2019-08-27 17:48:34 +01:00
parent 2ac4e60af0
commit 04e89c4a3f
1 changed files with 3 additions and 1 deletions

View File

@ -1290,8 +1290,10 @@ def individualPostAsHtml(baseDir: str, \
titleStr=displayName+' '+titleStr
avatarImageInPost= \
' <div class="timeline-avatar">' \
' <a href="'+postJsonObject['actor']+'">' \
' <img src="'+avatarUrl+'" title="Show profile" alt="Avatar"'+avatarPosition+'/></a>'
' <img src="'+avatarUrl+'" title="Show profile" alt="Avatar"'+avatarPosition+'/></a>' \
' </div>'
messageIdStr=''
if messageId: