mirror of https://gitlab.com/bashrc2/epicyon
No backslash
parent
8ed3f132be
commit
38024903b1
|
@ -1886,7 +1886,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
|||
galleryStr+= \
|
||||
' <div class="imagedesc">'+postJsonObject['object']['content']+'</div>\n'
|
||||
galleryStr+= \
|
||||
'</div>\n' \
|
||||
'</div>\n'
|
||||
attachmentStr+= \
|
||||
'<a href="'+attach['url']+'">' \
|
||||
'<img src="'+attach['url']+'" alt="'+imageDescription+'" title="'+imageDescription+'" class="attachment"></a>\n'
|
||||
|
|
Loading…
Reference in New Issue