We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21af050 + 074750e commit 03c20c4Copy full SHA for 03c20c4
codebase/combo_connector.php
@@ -25,7 +25,7 @@ function select(){
25
function to_xml_start(){
26
if ($this->skip) return "";
27
28
- 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"]]."]]>";
29
}
30
/*! return self as XML string, ending part
31
*/
0 commit comments