Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73
This commit is contained in:
parent
14afe2d268
commit
fc6b7e28d4
@ -179,7 +179,7 @@ function jabber_format_entry($profile, $notice)
|
|||||||
$xs->elementEnd('body');
|
$xs->elementEnd('body');
|
||||||
$xs->elementEnd('html');
|
$xs->elementEnd('html');
|
||||||
|
|
||||||
$html = $xs->asString();
|
$html = $xs->getString();
|
||||||
|
|
||||||
return $html . ' ' . $entry;
|
return $html . ' ' . $entry;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user