mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
#851 Ampersand (aka '&') not welcomed in the setup wizard
SVN:trunk[3026]
This commit is contained in:
@@ -68,8 +68,10 @@ abstract class Parameters
|
||||
}
|
||||
else
|
||||
{
|
||||
$oNode = $oRoot->ownerDocument->createElement($sNodeName, $data);
|
||||
$oNode = $oRoot->ownerDocument->createElement($sNodeName);
|
||||
$oRoot->appendChild($oNode);
|
||||
$oTextNode = $oRoot->ownerDocument->createTextNode($data);
|
||||
$oNode->appendChild($oTextNode);
|
||||
}
|
||||
return $oNode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user