Question
Extra whitespaces surrounding tokens
Hello.
I'm trying to use tokens in my emails, but I encountered with following problem: when I write sth like "{{my.token}}." there is a space between my token and a dot in a resulting email. As I understand it's because of line breaks that surround subsituted token in html code of email.
Is there any way to get rid of that line breaks and that space character?
Thanks!