This commit is contained in:
Romain Bignon 2010-05-27 14:43:46 +02:00
commit ca89c3ce5f

View file

@ -84,7 +84,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesReply):
article.datetime,
content=''.join([thread.body, thread.part2]),
signature='URL: %s' % article.url,
is_html=True
is_html=True,
is_new=new)
for comment in thread.iter_all_comments():