diff options
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 2 |
1 files changed, 1 insertions, 1 deletions
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<div class="g-plusone" size="medium" href="%s" data-count="true"></div> """ % \ + html += """\n\n<g:plusone size="standard" count="true" href="%s"></g:plusone> """ % \ (article.article_link,) # on Google Buzz |