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