diff --git a/webinterface.py b/webinterface.py index ef7bd2fb..5deec8c6 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1435,7 +1435,8 @@ def htmlProfile(recentPostsCache: {},maxRecentPosts: int, \ else: editProfileStr='' logoutStr='' - linkToTimelineStart='' + linkToTimelineStart='' + linkToTimelineStart+='' linkToTimelineEnd='' # are there any follow requests? followRequestsFilename=baseDir+'/accounts/'+nickname+'@'+domain+'/followrequests.txt'