forked from indymedia/epicyon
Indentation
parent
07b7231031
commit
db79dcf0ee
|
@ -4715,14 +4715,14 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
boxName + ' 13.6 = ' +
|
boxName + ' 13.6 = ' +
|
||||||
str(timeDiff))
|
str(timeDiff))
|
||||||
titleStr += \
|
titleStr += \
|
||||||
' <img loading="lazy" title="' + \
|
' <img loading="lazy" title="' + \
|
||||||
translate['replying to'] + \
|
translate['replying to'] + \
|
||||||
'" alt="' + \
|
'" alt="' + \
|
||||||
translate['replying to'] + \
|
translate['replying to'] + \
|
||||||
'" src="/' + \
|
'" src="/' + \
|
||||||
iconsDir + '/reply.png" ' + \
|
iconsDir + '/reply.png" ' + \
|
||||||
'class="announceOrReply"/>\n' + \
|
'class="announceOrReply"/>\n' + \
|
||||||
' ' + \
|
' ' + \
|
||||||
'<a href="' + inReplyTo + \
|
'<a href="' + inReplyTo + \
|
||||||
'">' + replyDisplayName + '</a>\n'
|
'">' + replyDisplayName + '</a>\n'
|
||||||
|
|
||||||
|
@ -4773,27 +4773,27 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
inReplyTo = \
|
inReplyTo = \
|
||||||
postJsonObject['object']['inReplyTo']
|
postJsonObject['object']['inReplyTo']
|
||||||
titleStr += \
|
titleStr += \
|
||||||
' <img loading="lazy" title="' + \
|
' <img loading="lazy" title="' + \
|
||||||
translate['replying to'] + \
|
translate['replying to'] + \
|
||||||
'" alt="' + \
|
'" alt="' + \
|
||||||
translate['replying to'] + \
|
translate['replying to'] + \
|
||||||
'" src="/' + \
|
'" src="/' + \
|
||||||
iconsDir + '/reply.png" ' + \
|
iconsDir + '/reply.png" ' + \
|
||||||
'class="announceOrReply"/>\n' + \
|
'class="announceOrReply"/>\n' + \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
inReplyTo + '">@' + \
|
inReplyTo + '">@' + \
|
||||||
replyNickname + '@' + \
|
replyNickname + '@' + \
|
||||||
replyDomain + '</a>\n'
|
replyDomain + '</a>\n'
|
||||||
else:
|
else:
|
||||||
titleStr += \
|
titleStr += \
|
||||||
' <img loading="lazy" title="' + \
|
' <img loading="lazy" title="' + \
|
||||||
translate['replying to'] + \
|
translate['replying to'] + \
|
||||||
'" alt="' + \
|
'" alt="' + \
|
||||||
translate['replying to'] + \
|
translate['replying to'] + \
|
||||||
'" src="/' + \
|
'" src="/' + \
|
||||||
iconsDir + \
|
iconsDir + \
|
||||||
'/reply.png" class="announceOrReply"/>\n' + \
|
'/reply.png" class="announceOrReply"/>\n' + \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
postJsonObject['object']['inReplyTo'] + \
|
postJsonObject['object']['inReplyTo'] + \
|
||||||
'">@unknown</a>\n'
|
'">@unknown</a>\n'
|
||||||
else:
|
else:
|
||||||
|
@ -4806,13 +4806,13 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
postDomain = postDomain.split('/', 1)[0]
|
postDomain = postDomain.split('/', 1)[0]
|
||||||
if postDomain:
|
if postDomain:
|
||||||
titleStr += \
|
titleStr += \
|
||||||
' <img loading="lazy" title="' + \
|
' <img loading="lazy" title="' + \
|
||||||
translate['replying to'] + \
|
translate['replying to'] + \
|
||||||
'" alt="' + translate['replying to'] + \
|
'" alt="' + translate['replying to'] + \
|
||||||
'" src="/' + \
|
'" src="/' + \
|
||||||
iconsDir + '/reply.png" ' + \
|
iconsDir + '/reply.png" ' + \
|
||||||
'class="announceOrReply"/>\n' + \
|
'class="announceOrReply"/>\n' + \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
postJsonObject['object']['inReplyTo'] + \
|
postJsonObject['object']['inReplyTo'] + \
|
||||||
'">' + postDomain + '</a>\n'
|
'">' + postDomain + '</a>\n'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue