forked from indymedia/epicyon
Indentation
parent
f3f1cf13fe
commit
03e85899f0
|
@ -4377,6 +4377,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
'?bm=' + timelinePostBookmark + \
|
'?bm=' + timelinePostBookmark + \
|
||||||
'?tl=' + boxName + '" title="' + announceTitle + '">\n'
|
'?tl=' + boxName + '" title="' + announceTitle + '">\n'
|
||||||
announceStr += \
|
announceStr += \
|
||||||
|
' ' + \
|
||||||
'<img loading="lazy" title="' + translate['Repeat this post'] + \
|
'<img loading="lazy" title="' + translate['Repeat this post'] + \
|
||||||
'" alt="' + translate['Repeat this post'] + \
|
'" alt="' + translate['Repeat this post'] + \
|
||||||
' |" src="/' + iconsDir + '/' + announceIcon + '"/></a>\n'
|
' |" src="/' + iconsDir + '/' + announceIcon + '"/></a>\n'
|
||||||
|
@ -4442,6 +4443,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
'?tl=' + boxName + '" title="' + \
|
'?tl=' + boxName + '" title="' + \
|
||||||
likeTitle + likeCountStr + '">\n'
|
likeTitle + likeCountStr + '">\n'
|
||||||
likeStr += \
|
likeStr += \
|
||||||
|
' ' + \
|
||||||
'<img loading="lazy" title="' + likeTitle + likeCountStr + \
|
'<img loading="lazy" title="' + likeTitle + likeCountStr + \
|
||||||
'" alt="' + likeTitle + \
|
'" alt="' + likeTitle + \
|
||||||
' |" src="/' + iconsDir + '/' + likeIcon + '"/></a>\n'
|
' |" src="/' + iconsDir + '/' + likeIcon + '"/></a>\n'
|
||||||
|
|
Loading…
Reference in New Issue