summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-20 16:44:58 +0400
committerAndrew Dolgov <[email protected]>2013-01-20 16:44:58 +0400
commit4bbe9669cf3ebc12a68448e7e1c59012cb7c6e92 (patch)
treedba8b4c24e5dfe020a09f577ad140be3a5373de1 /plugins
parent4aa5bd593c49855b9ecbb94889cdda1351e7f5cd (diff)
parent4f3a9f027f8f2bcc0cd222b53f7ba1a0aded6f35 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'plugins')
-rw-r--r--plugins/flattr/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/flattr/init.php b/plugins/flattr/init.php
index 86f21fa13..09796d862 100644
--- a/plugins/flattr/init.php
+++ b/plugins/flattr/init.php
@@ -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')."'>