]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
rel-bookmark not required because hAtom is not present
authorcsarven <csarven@controlyourself.ca>
Fri, 21 Nov 2008 15:35:17 +0000 (10:35 -0500)
committercsarven <csarven@controlyourself.ca>
Fri, 21 Nov 2008 15:35:17 +0000 (10:35 -0500)
darcs-hash:20081121153517-eefa4-66e38c8b447da35b616db156d73cdbb24871823d.gz

lib/profilelist.php

index 9102c03eaa8026340740aa51c55c0b517ad5efd5..e0b6ae9f22975f3573dce37224a6e52d8deebb05 100644 (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))),