Members list double encoding
mrschlei - August 31, 2007 - 02:05
| Project: | Members |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | wmostrey |
| Status: | duplicate |
Description
Not 100% sure this belongs here, but I'm having some trouble with the members list double encoding links for a few profile fields I created. The problem is visible here:
http://stiet.cms.si.umich.edu/people
and is essentially the same as the problem presented here:
http://drupal.org/node/85936
Thanks for any assistance you can provide and my apologies if this has been posted in the wrong place.

#1
Could you tell me which name is faulty for instance? What the name should be and what you're actually seeing?
#2
Sure, both the first name column and last name column are doubly encoded, so somebody like John Doe's entry would look like:
first name column: <a href="/profile/profile_first_name/John">John </a>last name column: <a href="/profile/profile_last_name/Doe">Doe</a>
instead of just having:
first name column: Johnlast name column: Doe
I've also attached a screen shot. This is certainly a strange error, because the page occasionally shows up fine and other times has the double encoding. Thanks again for the help.
#3
Sorry to double post, there is no error when I am logged out but the error appears again once I have logged in.
#4
http://drupal.org/node/146026