Extra whitespace in profilelist

This commit is contained in:
Evan Prodromou 2009-01-19 18:09:34 +00:00
parent 4f100c8159
commit ccf5f58608

View File

@ -87,7 +87,6 @@ class ProfileList extends Widget
function showProfile() function showProfile()
{ {
$this->out->elementStart('li', array('class' => 'profile_single', $this->out->elementStart('li', array('class' => 'profile_single',
'id' => 'profile-' . $this->profile->id)); 'id' => 'profile-' . $this->profile->id));