main2
Bob Mottram 2019-09-28 16:45:37 +01:00
parent bc9ece83e7
commit 865ed2ef08
1 changed files with 1 additions and 4 deletions

View File

@ -1881,10 +1881,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
'<div class="gallery">\n' \ '<div class="gallery">\n' \
' <a href="'+messageId+'">\n' \ ' <a href="'+messageId+'">\n' \
' <img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" width="600" height="400">\n' \ ' <img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" width="600" height="400">\n' \
' </a>\n' \ ' </a>\n'
#if postJsonObject['object'].get('content'):
# galleryStr+= \
# ' <div class="imagedesc">'+postJsonObject['object']['content']+'</div>\n'
galleryStr+='</div>\n' galleryStr+='</div>\n'
attachmentStr+= \ attachmentStr+= \
'<a href="'+attach['url']+'">' \ '<a href="'+attach['url']+'">' \