From: Evan Prodromou Date: Tue, 30 Sep 2008 21:05:42 +0000 (-0400) Subject: use profile URL instead of local URL X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fcca462c113a427c304809f91b2331fced6f5dc0;p=quix0rs-gnu-social.git use profile URL instead of local URL darcs-hash:20080930210542-5ed1f-7432cf920da782ea220ef6b9e156cf1ea650a5b8.gz --- diff --git a/lib/jabber.php b/lib/jabber.php index bd7d6b7074..3d388bd01d 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -123,7 +123,7 @@ function jabber_format_entry($profile, $notice) { $html = "\n\n"; $html .= "\n"; - $html .= "".$profile->nickname.": "; + $html .= "".$profile->nickname.": "; $html .= ($notice->rendered) ? $notice->rendered : common_render_content($notice->content, $notice); $html .= "\n\n"; $html .= "\n\n";