summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsarven <csarven@controlyourself.ca>2008-11-21 10:35:17 -0500
committercsarven <csarven@controlyourself.ca>2008-11-21 10:35:17 -0500
commitef3cb752716d6d49fad1bd04685f0d2dbfb702a8 (patch)
tree02168b088079070e861ceaa6666a9f3b873dcfa4
parent2918a217ee977e0a3415f620d076ea60c8f48bc2 (diff)
rel-bookmark not required because hAtom is not present
darcs-hash:20081121153517-eefa4-66e38c8b447da35b616db156d73cdbb24871823d.gz
-rw-r--r--lib/profilelist.php4
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))),