From f548831eb1373840ac95a999db4fa7eceb112e40 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 16 Apr 2011 16:29:09 -0400 Subject: [PATCH] hide the nickname so it doesn't go into replies --- lib/noticelistitem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');