git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1501 a333f486-631f-4898-b8df-5754b55c2be0
@@ -326,7 +326,7 @@ EOF
$aValues = $oValuesSet->GetValues(array('this' => $oObj), $sContains);
foreach($aValues as $sKey => $sFriendlyName)
{
- $oP->add(trim(htmlentities($sFriendlyName, ENT_COMPAT, 'UTF-8'))."|".$sKey."\n");
+ $oP->add(trim($sFriendlyName)."|".$sKey."\n");
}