Extra line

master
Bob Mottram 2019-08-20 16:33:56 +01:00
parent 1181178d3b
commit 0e87e2f777
1 changed files with 2 additions and 0 deletions

View File

@ -1126,6 +1126,8 @@ def individualPostAsHtml(baseDir: str, \
'<a href="'+attach['url']+'">' \ '<a href="'+attach['url']+'">' \
'<img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" class="attachment"></a>\n' '<img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" class="attachment"></a>\n'
attachmentCtr+=1 attachmentCtr+=1
if attachmentCtr>0:
attachmentStr+='<br>'
if not avatarUrl: if not avatarUrl:
avatarUrl=getPersonAvatarUrl(baseDir,postJsonObject['actor'],personCache) avatarUrl=getPersonAvatarUrl(baseDir,postJsonObject['actor'],personCache)