Removed unused variable assignment for avatar URL and added missing fn

This commit is contained in:
Sarven Capadisli 2010-01-28 15:05:23 +01:00
parent 7347381183
commit dcce323d18
1 changed files with 1 additions and 4 deletions

View File

@ -555,11 +555,8 @@ class NoticeListItem extends Widget
$this->out->raw(_('Repeated by'));
$avatar = $repeater->getAvatar(AVATAR_MINI_SIZE);
$this->out->elementStart('a', $attrs);
$this->out->element('span', 'nickname', $repeater->nickname);
$this->out->element('span', 'fn nickname', $repeater->nickname);
$this->out->elementEnd('a');
$this->out->elementEnd('span');