diff --git a/bookwyrm/models/status.py b/bookwyrm/models/status.py index 61a22ce7..fa80fecb 100644 --- a/bookwyrm/models/status.py +++ b/bookwyrm/models/status.py @@ -179,7 +179,7 @@ class Quotation(Status): @property def ap_pure_content(self): ''' indicate the book in question for mastodon (or w/e) users ''' - return '"%s"
-- "%s")

%s' % ( + return '"%s"
-- "%s"

%s' % ( self.quote, self.book.local_id, self.book.title,