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