summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-23 01:35:39 +0100
committerEvan Prodromou <evan@controlyourself.ca>2009-01-23 01:35:39 +0100
commit8228dc7ed5de29d762b755ded7c7901390313e76 (patch)
treedc23f91c617f3d1cd78155c1f0bbf65da779d450 /actions
parent0ecfd7a7ec5dd49fcb29ed09fd8ca945b178fbe8 (diff)
parentf3bbc9863b58c9a30d559bc423f693b774bdcc3b (diff)
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'actions')
-rw-r--r--actions/showgroup.php4
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');
}
}