forked from indymedia/epicyon
Indentaton
parent
64ac0d2b69
commit
c113ca088b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue