forked from indymedia/epicyon
Extra container
parent
18885a7060
commit
5dc9f0b78d
|
@ -5332,6 +5332,7 @@ def htmlTimeline(defaultTimeline: str,
|
|||
tlStr += ' </div>\n'
|
||||
tlStr += ' <div class="column-center">\n'
|
||||
|
||||
tlStr += ' <div class="container">\n'
|
||||
# first button
|
||||
if defaultTimeline == 'tlmedia':
|
||||
tlStr += \
|
||||
|
@ -5440,7 +5441,7 @@ def htmlTimeline(defaultTimeline: str,
|
|||
'" alt="| ' + translate['Show/Hide Buttons'] + \
|
||||
'" class="timelineicon"/></a>\n'
|
||||
tlStr += followApprovals
|
||||
# tlStr += '</div>\n'
|
||||
tlStr += ' </div>\n'
|
||||
|
||||
# second row of buttons for moderator actions
|
||||
if moderator and boxName == 'moderation':
|
||||
|
|
Loading…
Reference in New Issue