Indentation

merge-requests/30/head
Bob Mottram 2020-09-30 21:50:13 +01:00
parent 213feadd32
commit 7a7c96eac7
1 changed files with 18 additions and 17 deletions

View File

@ -4965,7 +4965,8 @@ def individualPostAsHtml(allowDownloads: bool,
contentStr = ''
else:
if not isPatch:
contentStr = ' <div class="message">' + contentStr + '</div>\n'
contentStr = ' <div class="message">' + \
contentStr + '</div>\n'
else:
contentStr = \
'<div class="gitpatch"><pre><code>' + contentStr + \