]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add rel
authorMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 10:19:47 +0000 (06:19 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 10:19:47 +0000 (06:19 -0400)
darcs-hash:20080720101947-533db-a7ddbd4d33b492196cf9a4287dfbfa3e341d6f40.gz

actions/showstream.php

index 59d4385c6d261440e8f97ff5e0f13b6dfdc0e7f1..5c1e1d07f75a2007ca81ee58043b55c8a369a273 100644 (file)
@@ -237,6 +237,7 @@ class ShowstreamAction extends StreamAction {
                                                                                                $other->fullname :
                                                                                                $other->nickname,
                                                                                                'href' => $other->profileurl,
+                                                                                               'rel' => 'contact',
                                                                                                'class' => 'subscription'));
                                $avatar = $other->getAvatar(AVATAR_MINI_SIZE);
                                common_element('img', array('src' => (($avatar) ? common_avatar_display_url($avatar) :  common_default_avatar(AVATAR_MINI_SIZE)),