summaryrefslogtreecommitdiff
path: root/modules/pref-labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-09 13:14:59 +0300
committerAndrew Dolgov <[email protected]>2010-11-09 13:15:26 +0300
commit10249c41b763a373926d9b1f78b7b8cef68e411b (patch)
treef969dd9850b6c6ad9db3896d81d06ad7824dd6ad /modules/pref-labels.php
parent3acc0da647b27a78d65c01ca98e6201d14b021c6 (diff)
properly handle on-the-fly adding of labels
Diffstat (limited to 'modules/pref-labels.php')
-rw-r--r--modules/pref-labels.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pref-labels.php b/modules/pref-labels.php
index d9cacecc3..73d6e583f 100644
--- a/modules/pref-labels.php
+++ b/modules/pref-labels.php
@@ -107,12 +107,12 @@
if ($output == "select") {
header("Content-Type: text/xml");
- print "<rpc-reply><payload><![CDATA[";
+ print "<rpc-reply><payload>";
print_label_select($link, "select_label",
$caption, "");
- print "]]></payload></rpc-reply>";
+ print "</payload></rpc-reply>";
}
}