]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
hide the nickname so it doesn't go into replies
authorEvan Prodromou <evan@status.net>
Sat, 16 Apr 2011 20:29:09 +0000 (16:29 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 16 Apr 2011 20:29:09 +0000 (16:29 -0400)
lib/noticelistitem.php

index ca7767ab246a685b8aa64b49ef4eacb2cde1d190..2c746928fede2c9aa4e5e8ee3fc07f6d3c895f92 100644 (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');