forked from indymedia/epicyon
Scope for container
parent
b94ed9522f
commit
1b72e03584
|
@ -3508,9 +3508,9 @@ def htmlProfile(defaultTimeline: str,
|
|||
profileStr = \
|
||||
linkToTimelineStart + profileHeaderStr + \
|
||||
linkToTimelineEnd + donateSection
|
||||
if not isSystemAccount(nickname):
|
||||
profileStr += '<div class="container" id="buttonheader">\n'
|
||||
profileStr += ' <center>'
|
||||
if not isSystemAccount(nickname):
|
||||
profileStr += \
|
||||
' <a href="' + usersPath + '#buttonheader"><button class="' + \
|
||||
postsButton + '"><span>' + translate['Posts'] + \
|
||||
|
|
Loading…
Reference in New Issue