Indentation

merge-requests/30/head
Bob Mottram 2020-09-30 22:34:54 +01:00
parent 7a60fbd551
commit f3f1cf13fe
1 changed files with 3 additions and 0 deletions

View File

@ -4504,6 +4504,7 @@ def individualPostAsHtml(allowDownloads: bool,
'?delete=' + messageId + pageNumberParam + \
'" title="' + translate['Delete this post'] + '">\n'
deleteStr += \
' ' + \
'<img loading="lazy" alt="' + translate['Delete this post'] + \
' |" title="' + translate['Delete this post'] + \
'" src="/' + iconsDir + '/delete.png"/></a>\n'
@ -4515,6 +4516,7 @@ def individualPostAsHtml(allowDownloads: bool,
'?bm=' + timelinePostBookmark + \
'" title="' + translate['Mute this post'] + '">\n'
muteStr += \
' ' + \
'<img loading="lazy" alt="' + \
translate['Mute this post'] + \
' |" title="' + translate['Mute this post'] + \
@ -4527,6 +4529,7 @@ def individualPostAsHtml(allowDownloads: bool,
timelinePostBookmark + '" title="' + \
translate['Undo mute'] + '">\n'
muteStr += \
' ' + \
'<img loading="lazy" alt="' + translate['Undo mute'] + \
' |" title="' + translate['Undo mute'] + \
'" src="/' + iconsDir+'/unmute.png"/></a>\n'