hide the nickname so it doesn't go into replies

This commit is contained in:
Evan Prodromou 2011-04-16 16:29:09 -04:00
parent 82577a9dc2
commit f548831eb1
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class NoticeListItem extends Widget
$this->out->elementStart('a', $attrs);
$this->showAvatar();
$this->out->text(' ');
$this->out->element('span',array('class' => 'nickname fn'),
$this->out->element('span',array('class' => 'fn'),
$this->profile->getBestName());
$this->out->elementEnd('a');