forked from indymedia/epicyon
Extra line after attachments
parent
8b5c32137c
commit
238641e8bd
|
@ -2588,7 +2588,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
attachmentStr+=translate['Your browser does not support the audio tag.']
|
attachmentStr+=translate['Your browser does not support the audio tag.']
|
||||||
attachmentStr+='</audio></center>'
|
attachmentStr+='</audio></center>'
|
||||||
attachmentCtr+=1
|
attachmentCtr+=1
|
||||||
attachmentStr+='</div><br>'
|
attachmentStr+='</div><br><br>'
|
||||||
|
|
||||||
publishedStr=''
|
publishedStr=''
|
||||||
if postJsonObject['object'].get('published'):
|
if postJsonObject['object'].get('published'):
|
||||||
|
|
Loading…
Reference in New Issue