fix typo
This commit is contained in:
parent
3254514423
commit
c586bfb182
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class PhpBBBackend(BaseBackend, ICapMessages):
|
||||||
signature = post.signature
|
signature = post.signature
|
||||||
if signature:
|
if signature:
|
||||||
signature += '<br />'
|
signature += '<br />'
|
||||||
signature += 'URL: %s/%s' % (self.browser.absurl(id2url('%s.%s' % (thread.id, post.id))))
|
signature += 'URL: %s' % self.browser.absurl(id2url('%s.%s' % (thread.id, post.id)))
|
||||||
return Message(thread=thread,
|
return Message(thread=thread,
|
||||||
id=post.id,
|
id=post.id,
|
||||||
title=post.title,
|
title=post.title,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue