When displaying a "body" field in list from views, the email address gets displayed like username [at] domain.com (Person Name). When displayed on the node itself, it displays correctly.

Comments

shelane’s picture

Issue summary: View changes
vitalie’s picture

Hi @shelane

If you see username [at] domain.com (Person Name), it means that the text is filtered indeed through Spamspan filter, but something prevents the javascript to convert it back to a usual email link. Perhaps there is a javascript error on that page that causes spamspan.js not to trigger.

Otherwise, I cannot reproduce this behaviour.

shelane’s picture

Found this error was caused when HTML tags were stripped in views in the rewrite options of this field. Added to preserved tags and it is now working properly.

shelane’s picture

Status: Active » Closed (works as designed)