From 1c3ce200e7200004320ef7e552dc83a790644b00 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 16 Apr 2011 15:39:34 -0400 Subject: [PATCH] show addressee arrow if just a notice to a user --- lib/noticelistitem.php | 1 + 1 file changed, 1 insertion(+) 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,