Line length

main
Bob Mottram 2020-05-02 21:12:06 +00:00
parent 98a8359bcb
commit c233306b23
1 changed files with 2 additions and 1 deletions

View File

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