From b86a51ec8afff2181867823f8330a8bf3e267cf7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 May 2008 09:48:49 -0400 Subject: better formatting in profile darcs-hash:20080521134849-84dde-7201729e692bccfc9649fb30a1d21a47a5eb4259.gz --- actions/showstream.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'actions') diff --git a/actions/showstream.php b/actions/showstream.php index 30930de25..b4844aabd 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -92,8 +92,6 @@ class ShowstreamAction extends StreamAction { function show_profile($profile) { common_element_start('div', 'profile'); - common_element('h2', 'nickname', $profile->nickname); - $avatar = $profile->getAvatar(AVATAR_PROFILE_SIZE); if ($avatar) { common_element('img', array('src' => $avatar->url, @@ -108,11 +106,11 @@ class ShowstreamAction extends StreamAction { 'class' => 'fullname'), $profile->fullname); } else { - common_element('span', 'fullname', $profile->fullname); + common_element('div', 'fullname', $profile->fullname); } } if ($profile->location) { - common_element('span', 'location', $profile->location); + common_element('div', 'location', $profile->location); } if ($profile->bio) { common_element('div', 'bio', $profile->bio); -- cgit v1.2.3-54-g00ecf