From ce3f3768e92d706cf8a93fc92fbd61c4b270c457 Mon Sep 17 00:00:00 2001 From: Robert Meyer Date: Fri, 2 Mar 2018 00:00:43 +0100 Subject: [PATCH] Pull right looks nicer! --- trufflepig/bchain/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trufflepig/bchain/posts.py b/trufflepig/bchain/posts.py index 5c89e79..f54d3a3 100644 --- a/trufflepig/bchain/posts.py +++ b/trufflepig/bchain/posts.py @@ -51,7 +51,7 @@ def topN_list(topN_authors, topN_permalinks, topN_titles, title = tftf.replace_newlines(title) title = tftf.filter_special_characters(title) if len(img_urls) >= 1: - imgstr = """
\n\n """.format(img=img_urls[0]) + imgstr = """
\n\n """.format(img=img_urls[0]) else: imgstr='' entry = topN_entry.format(rank=rank, author=author, permalink=permalink,