forked from indymedia/epicyon
Consistent avatar size
parent
2ac4e60af0
commit
04e89c4a3f
|
@ -1290,8 +1290,10 @@ def individualPostAsHtml(baseDir: str, \
|
||||||
titleStr=displayName+' '+titleStr
|
titleStr=displayName+' '+titleStr
|
||||||
|
|
||||||
avatarImageInPost= \
|
avatarImageInPost= \
|
||||||
|
' <div class="timeline-avatar">' \
|
||||||
' <a href="'+postJsonObject['actor']+'">' \
|
' <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=''
|
messageIdStr=''
|
||||||
if messageId:
|
if messageId:
|
||||||
|
|
Loading…
Reference in New Issue