No backslash

main2
Bob Mottram 2019-09-28 12:33:04 +01:00
parent 8ed3f132be
commit 38024903b1
1 changed files with 1 additions and 1 deletions

View File

@ -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'