diff options
author | cedricbonhomme <devnull@localhost> | 2011-06-18 21:27:17 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-06-18 21:27:17 +0200 |
commit | 775aea796732ecb817bfbc3d4c0e351abf97473b (patch) | |
tree | b6de52281426bed281f9cd145f33688d0c3715b4 | |
parent | New transparent CSS tooltip. (diff) | |
download | newspipe-775aea796732ecb817bfbc3d4c0e351abf97473b.tar.gz newspipe-775aea796732ecb817bfbc3d4c0e351abf97473b.tar.bz2 newspipe-775aea796732ecb817bfbc3d4c0e351abf97473b.zip |
Bugfix: Google +1 button.
-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 |