Closed (fixed)
Project:
ecard
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2009 at 13:55 UTC
Updated:
26 Nov 2009 at 16:30 UTC
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.