Indentation

main
Bob Mottram 2020-09-30 22:26:55 +01:00
parent 8567aaa341
commit 7a60fbd551
1 changed files with 2 additions and 0 deletions

View File

@ -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'