diff options
Diffstat (limited to 'codebase/connector/combo_connector.php')
-rw-r--r-- | codebase/connector/combo_connector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codebase/connector/combo_connector.php b/codebase/connector/combo_connector.php index 8fb5416..0e2fb85 100644 --- a/codebase/connector/combo_connector.php +++ b/codebase/connector/combo_connector.php @@ -25,7 +25,7 @@ class ComboDataItem extends DataItem{ function to_xml_start(){ if ($this->skip) return ""; - return "<option ".($this->selected?"selected='true'":"")."value='".$this->xmlentities($this->get_id())."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>"; + return "<option ".($this->selected?"selected='true' ":"")."value='".$this->xmlentities($this->get_id())."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>"; } /*! return self as XML string, ending part */ |