diff --git a/e107_handlers/user_extended_class.php b/e107_handlers/user_extended_class.php index 47aa2751e..ce0d55c74 100644 --- a/e107_handlers/user_extended_class.php +++ b/e107_handlers/user_extended_class.php @@ -944,6 +944,8 @@ class e107_user_extended foreach($choices as $choice) { $choice = trim($choice); + $choice = $tp->toHTML($choice); + if(strpos($choice,"|")!==FALSE) { list($val,$label) = explode("|",$choice);