diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 01:35:39 +0100 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 01:35:39 +0100 |
commit | 8228dc7ed5de29d762b755ded7c7901390313e76 (patch) | |
tree | dc23f91c617f3d1cd78155c1f0bbf65da779d450 /actions | |
parent | 0ecfd7a7ec5dd49fcb29ed09fd8ca945b178fbe8 (diff) | |
parent | f3bbc9863b58c9a30d559bc423f693b774bdcc3b (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showgroup.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 6e2f939f9..8d8fbe6be 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -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'); } } |