aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-06-18 21:27:17 +0200
committercedricbonhomme <devnull@localhost>2011-06-18 21:27:17 +0200
commit775aea796732ecb817bfbc3d4c0e351abf97473b (patch)
treeb6de52281426bed281f9cd145f33688d0c3715b4 /pyAggr3g470r.py
parentNew transparent CSS tooltip. (diff)
downloadnewspipe-775aea796732ecb817bfbc3d4c0e351abf97473b.tar.gz
newspipe-775aea796732ecb817bfbc3d4c0e351abf97473b.tar.bz2
newspipe-775aea796732ecb817bfbc3d4c0e351abf97473b.zip
Bugfix: Google +1 button.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
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> &nbsp;&nbsp; """ % \
+ html += """\n\n<g:plusone size="standard" count="true" href="%s"></g:plusone> &nbsp;&nbsp; """ % \
(article.article_link,)
# on Google Buzz
bgstack15