diff --git a/webapp_profile.py b/webapp_profile.py index bfb9a7e18..0dcbabc54 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -627,14 +627,15 @@ def htmlProfile(rssIconAtTop: bool, licenseStr = '' bannerFile, bannerFilename = \ getBannerFile(baseDir, nickname, domain) - htmlFrontScreenPosts(recentPostsCache, maxRecentPosts, - translate, - baseDir, httpPrefix, - nickname, domain, port, - session, wfRequest, personCache, - projectVersion, - YTReplacementDomain, - showPublishedDateOnly) + licenseStr + profileStr += \ + htmlFrontScreenPosts(recentPostsCache, maxRecentPosts, + translate, + baseDir, httpPrefix, + nickname, domain, port, + session, wfRequest, personCache, + projectVersion, + YTReplacementDomain, + showPublishedDateOnly) + licenseStr else: licenseStr = \ '' + \