forked from indymedia/epicyon
Tidying
parent
a7937ba394
commit
909842fa54
|
@ -3981,9 +3981,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
|
|||
patchStr = gitFormatContent(postJsonObject['object']['content'])
|
||||
patchStr = patchStr.replace('\n','<br>').replace('\t',' ')
|
||||
contentStr = \
|
||||
'<div class="gitpatch">' + \
|
||||
patchStr.replace('\n','<br>') + \
|
||||
'</div>'
|
||||
'<div class="gitpatch">' + patchStr + '</div>'
|
||||
|
||||
postHtml = ''
|
||||
if boxName != 'tlmedia':
|
||||
|
|
Loading…
Reference in New Issue