Skip to content

Commit

Permalink
twitter publish: minor tweak to quote tweet preview
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Jan 26, 2017
1 parent 7a18c9d commit 20d47c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions granary/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,9 @@ def _create(self, obj, preview=None, include_link=source.OMIT_LINK,
content += ' ' + url
preview_description += """\
<span class="verb">quote</span>
<a href="%s">this tweet</a>:
<a href="%s">this tweet</a>:<br>
%s
and """ % (url, self.embed_post(att))
<br>and """ % (url, self.embed_post(att))
break

if not content:
Expand Down

0 comments on commit 20d47c4

Please sign in to comment.