summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 00:20:05 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 00:20:05 +0000
commit2935e8c7ce3a9a31b9191d4a02cb8cab348c68e6 (patch)
treef279e6c77f7c8b5abe6f17899d66459bb9a8a076 /actions/showgroup.php
parentc0d7ce8a3cf376759ce2254c87ddc1f10207c1c5 (diff)
Minor markup fix
Diffstat (limited to 'actions/showgroup.php')
-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');
}
}