chiark / gitweb /
remove border around Flattr button
authorTorsten Grote <t@grobox.de>
Sat, 12 Apr 2014 11:33:07 +0000 (13:33 +0200)
committerTorsten Grote <t@grobox.de>
Sat, 12 Apr 2014 11:33:07 +0000 (13:33 +0200)
wp-fdroid/wp-fdroid.php

index 45129ae45c2c451eabf43505c62796a37b4383a0..fe19edd822c75f9079b5045572b8647fec70705a 100644 (file)
@@ -341,7 +341,7 @@ class FDroid
                                if($donate && strlen($donate)>0)
                                        $out.='<b>Donate:</b> <a href="'.$donate.'">'.$donate.'</a><br />';
                                if($flattr && strlen($flattr)>0)
-                                       $out.='<b>Flattr:</b> <a href="https://flattr.com/thing/'.$flattr.'"><img src="/wp-content/uploads/flattr-badge-large.png" /></a><br />';
+                                       $out.='<b>Flattr:</b> <a href="https://flattr.com/thing/'.$flattr.'"><img src="/wp-content/uploads/flattr-badge-large.png" style="border:0" /></a><br />';
                                $out.="</p>";
 
                                $out.="<p>For full details and additional technical information, see ";