Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
This commit is contained in:
commit
4bbe9669cf
|
@ -37,7 +37,7 @@ class Flattr extends Plugin {
|
||||||
|
|
||||||
$rv = null;
|
$rv = null;
|
||||||
if ($response and array_key_exists('link', $response)) {
|
if ($response and array_key_exists('link', $response)) {
|
||||||
$rv = "<a id='flattr' href='" . $response['link'] . "'>
|
$rv = "<a id='flattr' target='_blank' href='" . $response['link'] . "'>
|
||||||
<img src=\"".theme_image($this->link, 'plugins/flattr/flattr.png')."\"
|
<img src=\"".theme_image($this->link, 'plugins/flattr/flattr.png')."\"
|
||||||
class='tagsPic' style=\"cursor : pointer\"
|
class='tagsPic' style=\"cursor : pointer\"
|
||||||
title='".__('Flattr article')."'>
|
title='".__('Flattr article')."'>
|
||||||
|
|
Loading…
Reference in New Issue