From 6593092bfd08efa9fe5dbd83a85a4fe1cac2b936 Mon Sep 17 00:00:00 2001 From: CiaranG Date: Sat, 23 Aug 2008 01:25:34 -0400 Subject: [PATCH] Escape profile url in xmpp in case fancy urls off (Ticket #521) darcs-hash:20080823052534-f6e2c-aa452a8c2c6ee33399f4079d0bf2224847e1450a.gz --- lib/jabber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jabber.php b/lib/jabber.php index 586cdec7ea..415bb45d73 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -123,7 +123,7 @@ function jabber_format_entry($profile, $notice) { $entry = "\n\n"; $entry .= "\n"; $entry .= "" . $profile->nickname . " - " . common_config('site', 'name') . "\n"; - $entry .= "\n"; + $entry .= "\n"; $entry .= " $profile->nickname)) . "'/>\n"; $entry .= "" . $profile->nickname . "\n"; $entry .= "" . common_profile_avatar_url($profile, AVATAR_PROFILE_SIZE) . "\n";