diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index ca7767ab24..2c746928fe 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -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');