Skip to main content
Level 2
March 7, 2022
Répondu

Marketo email template do not encode HTML

Hi,

 

Is there a way to have Marketo not escape HTML of a specific email module? Currently the system is encoding "&" to "amp;" and it breaks a third party tool we are attempting to use. I didn't see any template specific syntax and am curious to see if anyone has a workaround.

Ce sujet a été fermé aux réponses.
Meilleure réponse par SanfordWhiteman

If you use a Velocity token, you can control whether characters are encoded ($esc.html) or not.

 

But this 3rd-party tool sounds badly broken if it doesn’t get that ambiguous characters must be encoded in HTML.

1 commentaire

SanfordWhiteman
Level 10
March 7, 2022

If you use a Velocity token, you can control whether characters are encoded ($esc.html) or not.

 

But this 3rd-party tool sounds badly broken if it doesn’t get that ambiguous characters must be encoded in HTML.