diff options
-rw-r--r-- | lib/profilelist.php | 4 |
1 files changed, 2 insertions, 2 deletions
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))), |