mirror of https://gitlab.com/bashrc2/epicyon
Assign
parent
8b06b40b29
commit
31b0e81dc2
|
@ -3426,7 +3426,7 @@ def htmlProfile(defaultTimeline: str,
|
||||||
|
|
||||||
# If this is the news account then show a different banner
|
# If this is the news account then show a different banner
|
||||||
if isSystemAccount(nickname):
|
if isSystemAccount(nickname):
|
||||||
profileHeaderStr += '<div class="timeline-banner"></div>\n'
|
profileHeaderStr = '<div class="timeline-banner"></div>\n'
|
||||||
profileHeaderStr += loginButton
|
profileHeaderStr += loginButton
|
||||||
else:
|
else:
|
||||||
profileHeaderStr = '<div class="hero-image">\n'
|
profileHeaderStr = '<div class="hero-image">\n'
|
||||||
|
|
Loading…
Reference in New Issue