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