Fix format of who tags
This commit is contained in:
parent
767a4f9be2
commit
8ddca7c49a
@ -501,8 +501,8 @@ sub toString($$)
|
|||||||
if (defined $self->{who})
|
if (defined $self->{who})
|
||||||
{
|
{
|
||||||
my $w = $doc->createElement("who");
|
my $w = $doc->createElement("who");
|
||||||
$w->setAttribute("login", $self->{who}{login});
|
|
||||||
$w->setAttribute("type", $self->{who}{type}) if (defined $self->{who}{type});
|
$w->setAttribute("type", $self->{who}{type}) if (defined $self->{who}{type});
|
||||||
|
$w->appendTextNode( $self->{who}{login} );
|
||||||
$e->appendChild( $w );
|
$e->appendChild( $w );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user