summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-01-28 16:13:06 -0500
committerCraig Andrews <candrews@integralblue.com>2010-01-28 16:13:06 -0500
commitd14651706cf728f116b7ae44c6a6e37b5eb918a4 (patch)
treef0fda86c2e0b8e56718a2e7c01dcb6c4df1835d3 /lib/noticelist.php
parent065140400018dec28ed82fd31a754c94b7b87521 (diff)
parent8cdb319533a638a8f905cbc68c57bd4eca89a5aa (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php5
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');