rel-bookmark not required because hAtom is not present

darcs-hash:20081121153517-eefa4-66e38c8b447da35b616db156d73cdbb24871823d.gz
This commit is contained in:
csarven 2008-11-21 10:35:17 -05:00
parent 2918a217ee
commit ef3cb75271
1 changed files with 2 additions and 2 deletions

View File

@ -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))),