diff --git a/pandora_console/include/functions.php b/pandora_console/include/functions.php index 85274c4f91..693e72d744 100644 --- a/pandora_console/include/functions.php +++ b/pandora_console/include/functions.php @@ -3081,8 +3081,6 @@ function array2XML($data, $root=null, $xml=null) $node = $xml->addChild($key); array2XML($value, $root, $node); } else { - $value = htmlentities($value); - if (!is_numeric($value) && !is_bool($value)) { if (!empty($value)) { $xml->addChild($key, $value);