From: csarven Date: Fri, 21 Nov 2008 15:35:17 +0000 (-0500) Subject: rel-bookmark not required because hAtom is not present X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef3cb752716d6d49fad1bd04685f0d2dbfb702a8;p=quix0rs-gnu-social.git rel-bookmark not required because hAtom is not present darcs-hash:20081121153517-eefa4-66e38c8b447da35b616db156d73cdbb24871823d.gz --- diff --git a/lib/profilelist.php b/lib/profilelist.php index 9102c03eaa..e0b6ae9f22 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -119,7 +119,7 @@ class ProfileList { common_element_start('ul', 'tags xoxo'); foreach ($tags as $tag) { common_element_start('li'); - common_element('a', array('rel' => 'bookmark tag', + common_element('a', array('rel' => 'tag', 'href' => common_local_url('peopletag', array('tag' => $tag))), $tag); @@ -158,7 +158,7 @@ class ProfileList { common_element_start('ul', 'tags xoxo'); foreach ($tags as $tag) { common_element_start('li'); - common_element('a', array('rel' => "bookmark tag", + common_element('a', array('rel' => "tag", 'href' => common_local_url($action, array('nickname' => $user->nickname, 'tag' => $tag))),