From: Evan Prodromou Date: Sat, 16 Apr 2011 20:29:09 +0000 (-0400) Subject: hide the nickname so it doesn't go into replies X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f548831eb1373840ac95a999db4fa7eceb112e40;p=quix0rs-gnu-social.git hide the nickname so it doesn't go into replies --- 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');