diff options
Diffstat (limited to 'codebase/tree_connector.php')
-rw-r--r-- | codebase/tree_connector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/tree_connector.php b/codebase/tree_connector.php index 03f267d..63d4442 100644 --- a/codebase/tree_connector.php +++ b/codebase/tree_connector.php @@ -121,7 +121,7 @@ class TreeDataItem extends DataItem{ function to_xml_start(){
if ($this->skip) return "";
- $str1="<item id='".$this->get_id()."' text='".$this->xmlentities($this->data[$this->config->text[0]["name"]])."' ";
+ $str1="<item id='".$this->xmlentities($this->get_id())."' text='".$this->xmlentities($this->data[$this->config->text[0]["name"]])."' ";
if ($this->has_kids()==true) $str1.="child='".$this->has_kids()."' ";
if ($this->im0) $str1.="im0='".$this->im0."' ";
if ($this->im1) $str1.="im1='".$this->im1."' ";
|