forked from indymedia/epicyon
Tidying
parent
bc9ece83e7
commit
865ed2ef08
|
@ -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']+'">' \
|
||||||
|
|
Loading…
Reference in New Issue