Separator after posts

merge-requests/8/head
Bob Mottram 2020-11-18 21:18:51 +00:00
parent 4fe35d5379
commit a3c49a2324
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ def htmlProfilePosts(recentPostsCache: {}, maxRecentPosts: int,
showPublishedDateOnly,
False, False, False, True, False)
if postStr:
profileStr += separatorStr + postStr
profileStr += postStr + separatorStr
ctr += 1
if ctr >= maxItems:
break