Extra line after attachments

main
Bob Mottram 2020-01-03 10:05:33 +00:00
parent 4136441119
commit 8b5c32137c
2 changed files with 3 additions and 3 deletions

View File

@ -327,9 +327,9 @@ a:link {
}
.container img.attachment {
max-width: 100%;
max-width: 120%;
margin-left: 5%;
width: 90%;
width: 120%;
border-radius: 5%;
}
.container img.right {

View File

@ -2588,7 +2588,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
attachmentStr+=translate['Your browser does not support the audio tag.']
attachmentStr+='</audio></center>'
attachmentCtr+=1
attachmentStr+='</div>'
attachmentStr+='</div><br>'
publishedStr=''
if postJsonObject['object'].get('published'):