diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-13 16:48:21 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-13 16:48:21 -0500 |
commit | 5b078eadd9fac008fc2f37627ba9a0b124893ccb (patch) | |
tree | f96c49737e2e87899353ed6596ec6d63060fadfe /lib/userprofile.php | |
parent | 56402597ddc8fbae0777ceaefc90d0473b8d31a4 (diff) |
Assigned an identifier for the representative user and group profile
Diffstat (limited to 'lib/userprofile.php')
-rw-r--r-- | lib/userprofile.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/userprofile.php b/lib/userprofile.php index 8464c2446..1e4543a5a 100644 --- a/lib/userprofile.php +++ b/lib/userprofile.php @@ -71,7 +71,8 @@ class UserProfile extends Widget { if (Event::handle('StartProfilePageProfileSection', array(&$this->out, $this->profile))) { - $this->out->elementStart('div', 'entity_profile vcard author'); + $this->out->elementStart('div', array('id' => 'i', + 'class' => 'entity_profile vcard author')); $this->out->element('h2', null, _('User profile')); if (Event::handle('StartProfilePageProfileElements', array(&$this->out, $this->profile))) { |