From a3c49a23247ff232272448d7d764f2f67a85556e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 18 Nov 2020 21:18:51 +0000 Subject: [PATCH] Separator after posts --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index 6f7667c6b..fb491036e 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -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