Fixed jabber code broken in 3ef4f251ac

This commit is contained in:
CiaranG 2009-03-23 22:45:03 +00:00
parent 14afe2d268
commit fc6b7e28d4
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function jabber_format_entry($profile, $notice)
$xs->elementEnd('body');
$xs->elementEnd('html');
$html = $xs->asString();
$html = $xs->getString();
return $html . ' ' . $entry;
}