mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
8567aaa341
commit
7a60fbd551
|
@ -4308,6 +4308,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
'" title="' + translate['Reply to this post'] + '">\n'
|
||||
|
||||
replyStr += \
|
||||
' ' + \
|
||||
'<img loading="lazy" title="' + \
|
||||
translate['Reply to this post'] + '" alt="' + \
|
||||
translate['Reply to this post'] + \
|
||||
|
@ -4473,6 +4474,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
|||
'?bm=' + timelinePostBookmark + \
|
||||
'?tl=' + boxName + '" title="' + bookmarkTitle + '">\n'
|
||||
bookmarkStr += \
|
||||
' ' + \
|
||||
'<img loading="lazy" title="' + bookmarkTitle + '" alt="' + \
|
||||
bookmarkTitle + ' |" src="/' + iconsDir + \
|
||||
'/' + bookmarkIcon + '"/></a>\n'
|
||||
|
|
Loading…
Reference in New Issue