Index: branches/5.3.x/core/units/user_profile/user_profile_eh.php =================================================================== diff -u -N -r15698 -r16111 --- branches/5.3.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 15698) +++ branches/5.3.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 16111) @@ -1,6 +1,6 @@ Application->StorePersistentVar($variable_name, htmlspecialchars_decode($variable_value)); + $this->Application->StorePersistentVar($variable_name, $this->Application->unescapeRequestVariable($variable_value)); } } @@ -90,4 +90,4 @@ } } } - } \ No newline at end of file + }