mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
213feadd32
commit
7a7c96eac7
|
@ -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 + \
|
||||
|
|
Loading…
Reference in New Issue