Hi,
I think we've found a bug in the E-mail replace feature (mask e-mails with ASCII code).
We had the following
<input ... value='<!--@EmailTag-->' />
the feature also converted the first inverted comma, so the html breaks down (19.2.4.3)
Workaround: <input ... value="<!--@EmailTag-->" />
Nuno