From a979f0afc1cd20de9df9625773a79d3e644850c8 Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 19 Oct 2002 00:37:23 +0000 Subject: [PATCH] added encoding to function export_xml --- phpgwapi/inc/class.xmltool.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.xmltool.inc.php b/phpgwapi/inc/class.xmltool.inc.php index 2f4def44ea..961b5948b9 100644 --- a/phpgwapi/inc/class.xmltool.inc.php +++ b/phpgwapi/inc/class.xmltool.inc.php @@ -446,7 +446,7 @@ { if ($this->node_type == 'root') { - $result = 'xmlversion.'"?>'."\n"; + $result = 'xmlversion.'" encoding="' . lang('charset') . '"?>'."\n"; if(count($this->doctype) == 1) { list($doctype_name,$doctype_uri) = each($this->doctype);