Remove i18n for space.

Remove trailing whitespace.
This commit is contained in:
Siebrand Mazeland 2012-06-18 01:56:06 +02:00
parent 707076fca9
commit acced719fd
1 changed files with 3 additions and 3 deletions

View File

@ -620,7 +620,7 @@ class NoticeListItem extends Widget
// TRANS: Addition in notice list item if notice was repeated. Followed by a span with a nickname.
$this->out->raw(_('Repeated by'));
$this->out->raw(_(' '));
$this->out->raw(' ');
$this->out->elementStart('a', $attrs);
$this->out->element('span', 'fn nickname', $repeater->nickname);