mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
added encoding to function export_xml
This commit is contained in:
parent
738455541d
commit
a979f0afc1
@ -446,7 +446,7 @@
|
|||||||
{
|
{
|
||||||
if ($this->node_type == 'root')
|
if ($this->node_type == 'root')
|
||||||
{
|
{
|
||||||
$result = '<?xml version="'.$this->xmlversion.'"?>'."\n";
|
$result = '<?xml version="'.$this->xmlversion.'" encoding="' . lang('charset') . '"?>'."\n";
|
||||||
if(count($this->doctype) == 1)
|
if(count($this->doctype) == 1)
|
||||||
{
|
{
|
||||||
list($doctype_name,$doctype_uri) = each($this->doctype);
|
list($doctype_name,$doctype_uri) = each($this->doctype);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user