]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showgroup.php
Minor markup fix
[quix0rs-gnu-social.git] / actions / showgroup.php
index 6e2f939f97ad7205fe186c2be7857d8df4b1d8fe..8d8fbe6be57ac46da06312f8f50f3df402ff1df4 100644 (file)
@@ -351,7 +351,7 @@ class ShowgroupAction extends Action
             return;
         }
 
-        $this->elementStart('div', array('id' => 'entity_subscriptions',
+        $this->elementStart('div', array('id' => 'entity_members',
                                          'class' => 'section'));
 
         $this->element('h2', null, _('Members'));
@@ -369,5 +369,7 @@ class ShowgroupAction extends Action
                                                                  array('nickname' => $this->group->nickname))),
                            _('All members'));
         }
+
+        $this->elementEnd('div');
     }
 }