summaryrefslogtreecommitdiff
path: root/lib/profilelist.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-21 23:33:52 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-21 23:33:52 +0000
commitd72706ce9d44a12b27727b10cf570dfea7c7f896 (patch)
tree4a99d2c4362bbca5986cc9ac912d3fe842cba04f /lib/profilelist.php
parent4b42c3526985a497418db7fbcfe1e7912bb5474d (diff)
Changed to @class entity_profile from @id user_profile.
Diffstat (limited to 'lib/profilelist.php')
-rw-r--r--lib/profilelist.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php
index f7ed5d19c..403cfe065 100644
--- a/lib/profilelist.php
+++ b/lib/profilelist.php
@@ -93,8 +93,7 @@ class ProfileList extends Widget
$user = common_current_user();
- $this->out->elementStart('div', array('id' => 'user_profile',
- 'class' => 'vcard'));
+ $this->out->elementStart('div', 'entity_profile vcard');
$avatar = $this->profile->getAvatar(AVATAR_STREAM_SIZE);
$this->out->elementStart('a', array('href' => $this->profile->profileurl,