For example, the friend request notification. I checked the language, and where this is, for example:
<a href="{$userUrl}">{$displayName}</a> wants to be friends with you.
This is the resulting link on the email:Evelyne
From the email code, this is what shows:
<DIV style="WIDTH: 400px; DISPLAY: inline-block; WORD-WRAP: break-word; VERTICAL-ALIGN: top"><DIV><A href="user/Evelyne">Evelyne</A> wants to be friends with you.</DIV></DIV>
And when the person clicks on it, they go nowhere, of course.
Also, all the unsubscribe, change preferencer, etc on the bottom - same thing happens:
<A href="email-notifications/unsubscribe/da3b8e0fce7580c35abc2c221de478b9/friends-request">Unsubscribe from this type of notifications</A> <A href="email-notifications">Change preferences and frequency of these notifications</A> | <A href="email-notifications/unsubscribe/da3b8e0fce7580c35abc2c221de478b9/friends-request">Unsubscribe from all notifications</A> </DIV>
Is there a fix for this?
Thanks