Indentaton

main
Bob Mottram 2020-09-30 21:20:08 +01:00
parent 64ac0d2b69
commit c113ca088b
1 changed files with 6 additions and 4 deletions

View File

@ -4615,6 +4615,7 @@ def individualPostAsHtml(allowDownloads: bool,
if announceAvatarUrl:
idx = 'Show options for this person'
replyAvatarImageInPost = \
' ' \
'<div class="timeline-avatar-reply">\n' \
'<a class="imageAnchor" ' + \
'href="/users/' + nickname + \
@ -5627,6 +5628,7 @@ def htmlTimeline(defaultTimeline: str,
if boxName == 'tlmedia':
tlStr += '</div>\n'
# end of column-center
tlStr += ' </div>\n'
tlStr += ' <div class="column-right">\n'
tlStr += ' </div>\n'