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 + \
|
||||
|
@ -4964,7 +4965,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
contentStr = ''
|
||||
else:
|
||||
if not isPatch:
|
||||
contentStr = '<div class="message">' + contentStr + '</div>\n'
|
||||
contentStr = ' <div class="message">' + contentStr + '</div>\n'
|
||||
else:
|
||||
contentStr = \
|
||||
'<div class="gitpatch"><pre><code>' + contentStr + \
|
||||
|
@ -4972,7 +4973,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
|
||||
postHtml = ''
|
||||
if boxName != 'tlmedia':
|
||||
postHtml = '<div id="' + timelinePostBookmark + \
|
||||
postHtml = ' <div id="' + timelinePostBookmark + \
|
||||
'" class="' + containerClass + '">\n'
|
||||
postHtml += avatarImageInPost
|
||||
postHtml += '<p class="post-title">' + titleStr + \
|
||||
|
@ -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