projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14afe2d
)
Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73
author
CiaranG
<ciaran@ciarang.com>
Mon, 23 Mar 2009 22:45:03 +0000
(22:45 +0000)
committer
CiaranG
<ciaran@ciarang.com>
Mon, 23 Mar 2009 22:45:03 +0000
(22:45 +0000)
lib/jabber.php
patch
|
blob
|
history
diff --git
a/lib/jabber.php
b/lib/jabber.php
index 9108d1c4782ad46793fe1aff1b6dbdc3cff054cc..7d584ad0164edc18155e4e541f9025b14ace0294 100644
(file)
--- a/
lib/jabber.php
+++ b/
lib/jabber.php
@@
-179,7
+179,7
@@
function jabber_format_entry($profile, $notice)
$xs->elementEnd('body');
$xs->elementEnd('html');
- $html = $xs->
as
String();
+ $html = $xs->
get
String();
return $html . ' ' . $entry;
}