]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/jabber.php
Added class entry-content to attachment list container
[quix0rs-gnu-social.git] / lib / jabber.php
index 9108d1c4782ad46793fe1aff1b6dbdc3cff054cc..7d584ad0164edc18155e4e541f9025b14ace0294 100644 (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;
 }