X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fjabber.php;h=01aed8ffa54d8d6a351a8172ccedbb1b10529241;hb=15a9c869794ea3948086afa5310696e1250d9a26;hp=a8e295ea5eb3f3a32e593b04b5575e00e26e351f;hpb=959d278c347fdf90e0227adc57c0215f5d82404a;p=quix0rs-gnu-social.git diff --git a/lib/jabber.php b/lib/jabber.php index a8e295ea5e..01aed8ffa5 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -176,7 +176,6 @@ function jabber_format_entry($profile, $notice) $xs = new XMLStringer(); $xs->elementStart('html', array('xmlns' => 'http://jabber.org/protocol/xhtml-im')); $xs->elementStart('body', array('xmlns' => 'http://www.w3.org/1999/xhtml')); - $xs->element("img", array('src'=> $profile->avatarUrl(AVATAR_MINI_SIZE))); $xs->element('a', array('href' => $profile->profileurl), $profile->nickname); $xs->text(": ");