Indentation

main
Bob Mottram 2020-09-30 21:07:31 +01:00
parent 5dc9f0b78d
commit 64ac0d2b69
1 changed files with 7 additions and 5 deletions

View File

@ -5332,6 +5332,7 @@ def htmlTimeline(defaultTimeline: str,
tlStr += ' </div>\n' tlStr += ' </div>\n'
tlStr += ' <div class="column-center">\n' tlStr += ' <div class="column-center">\n'
# start of the button header with inbox, outbox, etc
tlStr += ' <div class="container">\n' tlStr += ' <div class="container">\n'
# first button # first button
if defaultTimeline == 'tlmedia': if defaultTimeline == 'tlmedia':
@ -5441,6 +5442,7 @@ def htmlTimeline(defaultTimeline: str,
'" alt="| ' + translate['Show/Hide Buttons'] + \ '" alt="| ' + translate['Show/Hide Buttons'] + \
'" class="timelineicon"/></a>\n' '" class="timelineicon"/></a>\n'
tlStr += followApprovals tlStr += followApprovals
# end of the button header with inbox, outbox, etc
tlStr += ' </div>\n' tlStr += ' </div>\n'
# second row of buttons for moderator actions # second row of buttons for moderator actions