Hi,
Actually, I have created a custom email script token. In that script i have pasted that above mentioned code.
Then, this custom token I have used in email.
On this same email I have used standard 'forward to friend' system token as well.
-> I tested this feature, that custom token code is not working expected. Changes are not reflected.
-> it is showing that html tag incorrect code.
Help on this one.
You haven’t shown the part of your code that’s broken. It’s clear that your final rendered HTML has an unclosed tag (and possibly other errors), but you’re not inspecting it properly.
The Velocity code above, and the HTML it generates, is fine.