diff options
author | rekado <rekado@elephly.net> | 2013-01-24 17:51:20 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-24 17:51:20 +0800 |
commit | 3de53eea2dba3bf71624558a2b22247be5df7c12 (patch) | |
tree | fed9ef48d16bb98c2df3543c89b1b226fb0d58ae | |
parent | 76e7638693a812d158fa5b74dc4ca2869a961b88 (diff) |
remove invalid target attribute
-rw-r--r-- | templates/flattr.html | 4 |
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> |