open flattr links in new tabs
Usually users don't want to leave ttrss, when clicking on a flattr link.
This commit is contained in:
parent
7d8f56571b
commit
6c48ba665f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class Flattr extends Plugin {
|
|||
|
||||
$rv = null;
|
||||
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')."\"
|
||||
class='tagsPic' style=\"cursor : pointer\"
|
||||
title='".__('Flattr article')."'>
|
||||
|
|
Loading…
Reference in a new issue