From f9403ae99aa08bf9061446e34322132e8faef114 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Tue, 27 Jan 2009 06:21:36 +0000 Subject: Keeping HTML consistent throughout the site. --- actions/showgroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/showgroup.php') 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)) { -- cgit v1.2.3-54-g00ecf