]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Directory/lib/sortablegrouplist.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / Directory / lib / sortablegrouplist.php
index 9c826539e87a59a28fa80edc9741038f1b27cbd7..fbb8ba826fcafcdb8005e1ee3289ffa94a4d09f2 100644 (file)
@@ -205,9 +205,8 @@ class SortableGroupListItem extends SortableSubscriptionListItem
     {
         $this->startProfile();
 
-        $hasFN = ($this->profile->fullname) ? 'nickname' : 'fn org nickname';
         $this->out->elementStart('a', array('href'  => $this->profile->homeUrl(),
-                                            'class' => 'h-card org nickname',
+                                            'class' => 'h-card p-org p-nickname',
                                             'rel'   => 'contact group'));
         // getProfile here is because $this->profile is a User_group, which it should stop
         // being by making sure the group listing runs a ->getGroup when it's necessary.