Skip to content

Commit 03c20c4

Browse files
Merge remote-tracking branch 'origin/master'
Conflicts: codebase/combo_connector.php
2 parents 21af050 + 074750e commit 03c20c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebase/combo_connector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function select(){
2525
function to_xml_start(){
2626
if ($this->skip) return "";
2727

28-
return "<option ".($this->selected?"selected='true'":"")."value='".$this->xmlentities($this->get_id())."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>";
28+
return "<option ".($this->selected?"selected='true' ":"")."value='".$this->xmlentities($this->get_id())."'><![CDATA[".$this->data[$this->config->text[0]["name"]]."]]>";
2929
}
3030
/*! return self as XML string, ending part
3131
*/

0 commit comments

Comments
 (0)