diff options
author | Zach Copley <zach@status.net> | 2010-01-28 18:12:25 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-28 18:12:25 +0000 |
commit | 8d87a1ea3c2b0318c81828ad73d81bab0f0f8139 (patch) | |
tree | 89912b850e74d10e9903f7835df890fdfb300265 /lib | |
parent | 664a82e836b6b5511e925c55983f122508c07232 (diff) | |
parent | d0f3fee65b3beb8f9c1e9cbb609422d2e7198091 (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticelist.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php index 78abf34a7..85c169716 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -555,11 +555,8 @@ class NoticeListItem extends Widget $this->out->raw(_('Repeated by')); - $avatar = $repeater->getAvatar(AVATAR_MINI_SIZE); - $this->out->elementStart('a', $attrs); - - $this->out->element('span', 'nickname', $repeater->nickname); + $this->out->element('span', 'fn nickname', $repeater->nickname); $this->out->elementEnd('a'); $this->out->elementEnd('span'); |