From ef3cb752716d6d49fad1bd04685f0d2dbfb702a8 Mon Sep 17 00:00:00 2001 From: csarven Date: Fri, 21 Nov 2008 10:35:17 -0500 Subject: rel-bookmark not required because hAtom is not present darcs-hash:20081121153517-eefa4-66e38c8b447da35b616db156d73cdbb24871823d.gz --- lib/profilelist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/profilelist.php b/lib/profilelist.php index 9102c03ea..e0b6ae9f2 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))), -- cgit v1.2.3-54-g00ecf