From e75adcb023596d4c029d6f004ef6017bc628614b Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sun, 2 Oct 2011 18:44:31 +0200 Subject: Minor changes to the /article page (sharing links). --- pyAggr3g470r.py | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 19f679e7..6f5f8841 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -479,46 +479,46 @@ class Root: html += "Share this article:
\n" # on Diaspora html += """\n\t - \n    """ % \ + \n""" % \ (utils.DIASPORA_POD, article.article_link, article.article_title, "via pyAggr3g470r") # on Identi.ca - html += """\n\n    \n""" % \ + html += """\n\n""" % \ (article.article_title, article.article_link) # on Pinboard - html += """\n\n\n\t -    """ % \ + html += """\n\n\t\n + """ % \ (article.article_link, article.article_title) # on delicious - html += """\n\n\n\t -    """ % \ + html += """\n\n\t\n + """ % \ (article.article_link, article.article_title) # on Digg - html += """\n\n\n\t -    """ % \ + html += """\n\n\t\n + """ % \ (article.article_link, article.article_title) # on reddit - html += """\n\n\n\t -    """ % \ + html += """\n\n\t\n + """ % \ (article.article_link, article.article_title) # on Scoopeo - html += """\n\n\n\t -    """ % \ + html += """\n\n\t\n + """ % \ (article.article_link, article.article_title) # on Blogmarks - html += """\n\n\n\t -    """ % \ + html += """\n\n\t\n + """ % \ (article.article_link, article.article_title) # on Twitter - html += """\n\nTweet\n""" % \ + html += """\n\n\tTweet\n""" % \ (article.article_link, article.article_title) -- cgit