mirror of https://gitlab.com/bashrc2/epicyon
Clicking on image opens it
parent
f19fbf7941
commit
44eead36a8
|
@ -68,7 +68,8 @@ def individualPostAsHtml(postJsonObject: {}) -> str:
|
|||
if attachmentCtr>0:
|
||||
attachmentStr+='<br>'
|
||||
attachmentStr+= \
|
||||
'<img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" class="attachment">\n'
|
||||
'<a href="'+attach['url']+'">' \
|
||||
'<img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" class="attachment"></a>\n'
|
||||
attachmentCtr+=1
|
||||
|
||||
return \
|
||||
|
|
Loading…
Reference in New Issue