From: Evan Prodromou Date: Sat, 16 Apr 2011 19:39:34 +0000 (-0400) Subject: show addressee arrow if just a notice to a user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c3ce200e7200004320ef7e552dc83a790644b00;p=quix0rs-gnu-social.git show addressee arrow if just a notice to a user --- diff --git a/lib/noticelistitem.php b/lib/noticelistitem.php index 45e8e5d7d2..ca7767ab24 100644 --- a/lib/noticelistitem.php +++ b/lib/noticelistitem.php @@ -270,6 +270,7 @@ class NoticeListItem extends Widget if (!$first) { $this->out->text(', '); } else { + $this->out->text(' ▶ '); $first = false; } $this->out->element('a', array('href' => $reply->profileurl,