fix parsing of comments when templeet sucks, and display comments URL in signatures

This commit is contained in:
Romain Bignon 2010-09-09 16:00:08 +02:00
commit d1f805145d
2 changed files with 12 additions and 4 deletions

View file

@ -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)