The confirmation message for a sent e-card contains html. If I try to translate the strings (there are actually two string cut in half on a link) Drupal tells me it contains html which is not allowed.
Can the two strings just become one and implement the html in another way?
Comments
Comment #1
eric_a commentedI too ran into this today. I needed a custom Dutch text.
This code works for me (ecard.module):
Original code:
There is an example just like this here: http://api.drupal.org/api/function/t/6
Comment #2
dries arnoldsWorks great! thanks!
Comment #3
kars-t commentedShould be fixed in the latest version.