I am trying to show a list of emails, and would prefer to have them javascript encoded. So here is what I did:
{exp:user:users group_id="9|10|1"}
<li>{exp:member:custom_profile_data member_id="{member_id}"}<a href="mailto:{email}">{screen_name}</a>{/exp:member:custom_profile_data}</li>
{/exp:user:users}
But the html output is no different from when I do this:
{exp:user:users group_id="9|10|1"}
<li><a href="mailto:{email}">{screen_name}</a></li>
{/exp:user:users}
Shouldn’t there be? Am I mistaken about what it means for an email address to be javascript encoded?
P.S. I posted this in the EE forums first, thinking it had to do with the inner tag, but they suggested I try here instead.
