1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

Merge pull request #38 from Mic92/patch-2

open flattr links in new tabs
This commit is contained in:
Andrew Dolgov 2013-01-20 04:44:35 -08:00
commit 4f3a9f027f

View File

@ -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')."'>