mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-03-11 14:12:26 +00:00
Removes stray paren from quoation pure serializer
This commit is contained in:
parent
a59537fb8f
commit
61ac7b1426
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class Quotation(Status):
|
||||||
@property
|
@property
|
||||||
def ap_pure_content(self):
|
def ap_pure_content(self):
|
||||||
''' indicate the book in question for mastodon (or w/e) users '''
|
''' indicate the book in question for mastodon (or w/e) users '''
|
||||||
return '"%s"<br>-- <a href="%s">"%s"</a>)<br><br>%s' % (
|
return '"%s"<br>-- <a href="%s">"%s"</a><br><br>%s' % (
|
||||||
self.quote,
|
self.quote,
|
||||||
self.book.local_id,
|
self.book.local_id,
|
||||||
self.book.title,
|
self.book.title,
|
||||||
|
|
Loading…
Reference in a new issue