diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 23:33:52 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 23:33:52 +0000 |
commit | d72706ce9d44a12b27727b10cf570dfea7c7f896 (patch) | |
tree | 4a99d2c4362bbca5986cc9ac912d3fe842cba04f /actions/showgroup.php | |
parent | 4b42c3526985a497418db7fbcfe1e7912bb5474d (diff) |
Changed to @class entity_profile from @id user_profile.
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index bd9d4f175..41804c6ae 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -195,8 +195,7 @@ class ShowgroupAction extends Action function showGroupProfile() { - $this->elementStart('div', array('id' => 'user_profile', - 'class' => 'vcard author')); + $this->elementStart('div', 'entity_profile vcard author'); $this->element('h2', null, _('Group profile')); |