mirror of https://gitlab.com/bashrc2/epicyon
Line length
parent
98a8359bcb
commit
c233306b23
|
@ -3986,7 +3986,8 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
|
|||
contentStr = '<div class="message">' + contentStr + '</div>'
|
||||
else:
|
||||
contentStr = \
|
||||
'<div class="gitpatch"><pre><code>' + contentStr + '</code></pre></div>'
|
||||
'<div class="gitpatch"><pre><code>' + contentStr + \
|
||||
'</code></pre></div>'
|
||||
|
||||
postHtml = ''
|
||||
if boxName != 'tlmedia':
|
||||
|
|
Loading…
Reference in New Issue