diff --git a/lib/noticelist.php b/lib/noticelist.php index 7b2fbb1e7c..86b0b89604 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -617,6 +617,7 @@ class NoticeListItem extends Widget $this->out->elementStart('span', 'repeat vcard'); $this->out->raw(_('Repeated by')); + $this->out->raw(' '); $this->out->elementStart('a', $attrs); $this->out->element('span', 'fn nickname', $repeater->nickname);