]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Directory/lib/sortablegrouplist.php
Groups directory - fix missing closing list item tag - was making the layout wonky
[quix0rs-gnu-social.git] / plugins / Directory / lib / sortablegrouplist.php
index 7d1e2d5b8062cf8b643ea97f987b8ee76dbe2212..72be1f20b9f922ba48e633d86aa01da4c213642d 100644 (file)
@@ -202,6 +202,7 @@ class SortableGroupListItem extends SortableSubscriptionListItem
                 Event::handle('EndProfileListItemActions', array($this));
             }
             $this->endItem();
+
             Event::handle('EndProfileListItem', array($this));
         }
     }
@@ -231,6 +232,8 @@ class SortableGroupListItem extends SortableSubscriptionListItem
                 $jf = new JoinForm($this->out, $this->profile);
                 $jf->show();
             }
+
+            $this->out->elementEnd('li');
         }
     }