Fix a UI typo which appear when using $config['site']['indent'] = null

Add whitespace after _('Repeated by') as it's done in showNoticeSource function

Typo only appear when minifying HTML and not in normal mode because of TAB inserted.
This commit is contained in:
Jean Baptiste Favre 2011-09-04 21:44:18 +02:00
parent 4f86e05d03
commit 65bf58be80
1 changed files with 1 additions and 0 deletions

View File

@ -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);