fix parsing of comments when templeet sucks, and display comments URL in signatures
This commit is contained in:
parent
5a33463fb9
commit
d1f805145d
2 changed files with 12 additions and 4 deletions
|
|
@ -110,7 +110,8 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost):
|
|||
date=com.date,
|
||||
parent=parent,
|
||||
content=com.body,
|
||||
signature='Score: %d' % com.score,
|
||||
signature='<br />'.join(['Score: %d' % com.score,
|
||||
'URL: %s' % com.url]),
|
||||
children=[],
|
||||
flags=flags)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue