Finish out the ul for other accounts

This commit is contained in:
Evan Prodromou 2012-07-09 13:21:14 -04:00
parent 206c090688
commit 1c9dc7257d
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ abstract class ProfileBlock extends Widget
$this->out->elementEnd('a');
$this->out->elementEnd('li');
}
$this->out->elementEnd('ul');
}
}