diff options
author | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-01-27 06:21:36 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@plantard.controlezvous.ca> | 2009-01-27 06:21:36 +0000 |
commit | f9403ae99aa08bf9061446e34322132e8faef114 (patch) | |
tree | b0dbb93ba29206f1ce29d757d6ac0e07747dfb56 /actions/showgroup.php | |
parent | 43509a3c17a28c08dd690a50f3f2050d48e337bf (diff) |
Keeping HTML consistent throughout the site.
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index 99367a97c..c29b7d426 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -269,7 +269,7 @@ class ShowgroupAction extends Action $this->elementStart('div', 'entity_actions'); $this->element('h2', null, _('Group actions')); $this->elementStart('ul'); - $this->elementStart('li', array('id' => 'entity_subscribe')); + $this->elementStart('li', 'entity_subscribe'); $cur = common_current_user(); if ($cur) { if ($cur->isMember($this->group)) { |