diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-28 16:55:37 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-28 16:55:37 -0800 |
commit | da34de74fece355785710bc4ff0bab03389a2877 (patch) | |
tree | c6830f8edcae1cc508fd7cf32a1f6e6ff59ba580 /lib/noticelist.php | |
parent | 63a0e84a8b94d84b106431b648ec76e2537ab9c6 (diff) | |
parent | d13d73c5630244963f0c3bd9db68dd6c6451821a (diff) |
Merge branch 'testing'
Diffstat (limited to 'lib/noticelist.php')
-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'); |