forked from GNUsocial/gnu-social
rel-bookmark not required because hAtom is not present
darcs-hash:20081121153517-eefa4-66e38c8b447da35b616db156d73cdbb24871823d.gz
This commit is contained in:
parent
2918a217ee
commit
ef3cb75271
@ -119,7 +119,7 @@ class ProfileList {
|
|||||||
common_element_start('ul', 'tags xoxo');
|
common_element_start('ul', 'tags xoxo');
|
||||||
foreach ($tags as $tag) {
|
foreach ($tags as $tag) {
|
||||||
common_element_start('li');
|
common_element_start('li');
|
||||||
common_element('a', array('rel' => 'bookmark tag',
|
common_element('a', array('rel' => 'tag',
|
||||||
'href' => common_local_url('peopletag',
|
'href' => common_local_url('peopletag',
|
||||||
array('tag' => $tag))),
|
array('tag' => $tag))),
|
||||||
$tag);
|
$tag);
|
||||||
@ -158,7 +158,7 @@ class ProfileList {
|
|||||||
common_element_start('ul', 'tags xoxo');
|
common_element_start('ul', 'tags xoxo');
|
||||||
foreach ($tags as $tag) {
|
foreach ($tags as $tag) {
|
||||||
common_element_start('li');
|
common_element_start('li');
|
||||||
common_element('a', array('rel' => "bookmark tag",
|
common_element('a', array('rel' => "tag",
|
||||||
'href' => common_local_url($action,
|
'href' => common_local_url($action,
|
||||||
array('nickname' => $user->nickname,
|
array('nickname' => $user->nickname,
|
||||||
'tag' => $tag))),
|
'tag' => $tag))),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user