summaryrefslogtreecommitdiff
path: root/lib/userprofile.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-25 17:24:10 -0400
committerEvan Prodromou <evan@status.net>2010-03-25 17:24:10 -0400
commitcbf321eeb371fecdb069a33301629a6d045425f1 (patch)
treeeb44b8419e74d5653d2fa178e84f46e0b01401bf /lib/userprofile.php
parent9c63ae6e443e7b23f64e31617a1762393473509a (diff)
parentc066e5285c12be5ccf243e8be79dc07977f78366 (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'lib/userprofile.php')
-rw-r--r--lib/userprofile.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/userprofile.php b/lib/userprofile.php
index 2c3b1ea45..ca060842b 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))) {