forked from indymedia/epicyon
Code format
parent
faaeacc49c
commit
98a8359bcb
|
@ -271,7 +271,6 @@ a:link {
|
|||
}
|
||||
|
||||
.gitpatch {
|
||||
float: none;
|
||||
width: 90%;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
|
|
@ -3986,7 +3986,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
|
|||
contentStr = '<div class="message">' + contentStr + '</div>'
|
||||
else:
|
||||
contentStr = \
|
||||
'<div class="gitpatch">' + contentStr + '</div>'
|
||||
'<div class="gitpatch"><pre><code>' + contentStr + '</code></pre></div>'
|
||||
|
||||
postHtml = ''
|
||||
if boxName != 'tlmedia':
|
||||
|
|
Loading…
Reference in New Issue