summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-24 17:51:20 +0800
committerrekado <rekado@elephly.net>2013-01-24 17:51:20 +0800
commit3de53eea2dba3bf71624558a2b22247be5df7c12 (patch)
treefed9ef48d16bb98c2df3543c89b1b226fb0d58ae /templates
parent76e7638693a812d158fa5b74dc4ca2869a961b88 (diff)
remove invalid target attribute
Diffstat (limited to 'templates')
-rw-r--r--templates/flattr.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/flattr.html b/templates/flattr.html
index 77ab55a..f8aca3c 100644
--- a/templates/flattr.html
+++ b/templates/flattr.html
@@ -1,3 +1,3 @@
-<a href="http://flattr.com/thing/$flattr$" target='_blank'>
- <img src='http://api.flattr.com/button/flattr-badge-large.png' alt='Flattr this' title='Flattr this' border='0' />
+<a href="http://flattr.com/thing/$flattr$">
+ <img src='http://api.flattr.com/button/flattr-badge-large.png' alt='Flattr this' title='Flattr this' />
</a>