summaryrefslogtreecommitdiff
path: root/actions/showstream.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 /actions/showstream.php
parent4b42c3526985a497418db7fbcfe1e7912bb5474d (diff)
Changed to @class entity_profile from @id user_profile.
Diffstat (limited to 'actions/showstream.php')
-rw-r--r--actions/showstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php
index b2b8b344c..20d429679 100644
--- a/actions/showstream.php
+++ b/actions/showstream.php
@@ -227,7 +227,7 @@ class ShowstreamAction extends Action
function showProfile()
{
- $this->elementStart('div', array('id' => 'user_profile', 'class' => 'vcard author'));
+ $this->elementStart('div', 'entity_profile vcard author');
$this->element('h2', null, _('User profile'));
$avatar = $this->profile->getAvatar(AVATAR_PROFILE_SIZE);