members_page() calls profile_view_field() which in turn calls check_plain()

the same fnuction later then calls (if a name field) calls l() function which also does a check_plain()

the end result of this is that if you have a user name field such as "O'Neil"

it gets converted to "O & 39;Neil" and then gets crunched again to "0& amp;&39;Neil"

which then gets rendered as: "0&39;Neil"

which is wrong

Comments

liquidcms’s picture

Status: Active » Closed (duplicate)