myspace/invoices: send € as html (#7440)

This commit is contained in:
Thomas NOËL 2015-06-02 17:42:15 +02:00
parent 74828398f1
commit b1d3706ce6
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class MyInvoicesDirectory(Directory):
r += '%s' % invoice.subject
r += ' - '
r += '%s' % invoice.amount
r += ' €'
r += htmltext(' €')
r += ' - '
button = '<span class="paybutton">%s</span>' % _('Pay')
if invoice.canceled: