mirror of https://gitlab.com/bashrc2/epicyon
Don't post content
parent
29587679d9
commit
588f42a896
|
@ -1882,11 +1882,10 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
|||
' <a target="_blank" href="'+attach['url']+'">\n' \
|
||||
' <img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" width="600" height="400">\n' \
|
||||
' </a>\n'
|
||||
if postJsonObject['object'].get('content'):
|
||||
galleryStr+= \
|
||||
' <div class="imagedesc">'+postJsonObject['object']['content']+'</div>\n'
|
||||
galleryStr+= \
|
||||
'</div>\n'
|
||||
#if postJsonObject['object'].get('content'):
|
||||
# galleryStr+= \
|
||||
# ' <div class="imagedesc">'+postJsonObject['object']['content']+'</div>\n'
|
||||
galleryStr+='</div>\n'
|
||||
attachmentStr+= \
|
||||
'<a href="'+attach['url']+'">' \
|
||||
'<img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" class="attachment"></a>\n'
|
||||
|
|
Loading…
Reference in New Issue