From 775aea796732ecb817bfbc3d4c0e351abf97473b Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sat, 18 Jun 2011 21:27:17 +0200 Subject: Bugfix: Google +1 button. --- pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 5cc45789..cc6a6513 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -500,7 +500,7 @@ class Root: (article.article_title, article.article_link) # Google +1 button - html += """\n\n
   """ % \ + html += """\n\n    """ % \ (article.article_link,) # on Google Buzz -- cgit