Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2020-11-04 14:01:57 -08:00
commit 1a61c6eb07

View file

@ -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"<br>-- <a href="%s">"%s"</a>)<br><br>%s' % (
return '"%s"<br>-- <a href="%s">"%s"</a><br><br>%s' % (
self.quote,
self.book.local_id,
self.book.title,