[phpwscontacts] [ phpwscontacts-Bugs-1078943 ] Contact's email link in view broken
Brought to you by:
rizzo,
wendall911
From: SourceForge.net <no...@so...> - 2004-12-04 16:56:22
|
Bugs item #1078943, was opened at 2004-12-04 10:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=570207&aid=1078943&group_id=83662 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Greg Meiste (blindman1344) Assigned to: Nobody/Anonymous (nobody) Summary: Contact's email link in view broken Initial Comment: I just installed phpwsContacts 0.9.2 on phpwebsite 0.10.0 and added my first contact. The email address on view is output as: <a href="mailto:<a href="mailto:bli...@us...>bli...@us...</a>"><a href="mailto:bli...@us...">bli...@us...</a></a> I think the parseOutput function is being a little too helpful with the email address. As a fix, I changed the line in view.tpl to read: <tr valign="top"><td align="right">{EMAIL_TEXT}:</td><td>{EMAIL}</td></tr> Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=570207&aid=1078943&group_id=83662 |