Has anyone come across the change in the way AD fields are read in version 4.5x from 4.30?
In 4.30 we allowed users to have a custom field to promote web links , blog sites, or have their own personal message etc, to do this we simply read an AD field which either had simple htlm in it or a simple text string
eg it may have something like
<BR>Visit my interesting site <a Href=http://nnnnn.nnn/>my interesting name</a><BR>
or
Please note I will be way next week for 2 weeks........
In 4.30 this would insert the html into the signature , in 4.5x it seems to convert the <> to < and > so instead of a nicely formed link we now get
<BR>Visit my interesting site <a Href=http://nnnnn.nnn/>my interesting name</a><<BR>
Is there anyway around this or do we need to look to break our custom option down into multiple fields ?