diff --git a/templatetags/donation_tags.py b/templatetags/donation_tags.py index 1528c81e5..060791127 100755 --- a/templatetags/donation_tags.py +++ b/templatetags/donation_tags.py @@ -27,9 +27,7 @@ def sortlink(style, contents, **args): ret.append('"') if style: ret.append(' class="%s"' % style) ret.append('>') - if style: ret.append('') ret.append(contents) - if style: ret.append('') ret.append('') return ''.join(map(unicode,ret))