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