main
Bob Mottram 2020-10-13 11:34:19 +01:00
parent 8b06b40b29
commit 31b0e81dc2
1 changed files with 1 additions and 1 deletions

View File

@ -3426,7 +3426,7 @@ def htmlProfile(defaultTimeline: str,
# If this is the news account then show a different banner
if isSystemAccount(nickname):
profileHeaderStr += '<div class="timeline-banner"></div>\n'
profileHeaderStr = '<div class="timeline-banner"></div>\n'
profileHeaderStr += loginButton
else:
profileHeaderStr = '<div class="hero-image">\n'