typo in profileminilist class

This commit is contained in:
Evan Prodromou 2009-06-14 22:09:17 -07:00
parent bef643352d
commit 7097804eeb
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ProfileMiniList extends ProfileList
{
function startList()
{
$this->out->elementStart('ul', 'entity users xoxo');
$this->out->elementStart('ul', 'entities users xoxo');
}
function newListItem($profile)