Added another single whitespace
This commit is contained in:
parent
03edbfe24e
commit
350f90eedc
@ -90,6 +90,7 @@ class NoticeSection extends Section
|
|||||||
'alt' => ($profile->fullname) ?
|
'alt' => ($profile->fullname) ?
|
||||||
$profile->fullname :
|
$profile->fullname :
|
||||||
$profile->nickname));
|
$profile->nickname));
|
||||||
|
$this->out->text(' ');
|
||||||
$this->out->element('span', 'fn nickname', $profile->nickname);
|
$this->out->element('span', 'fn nickname', $profile->nickname);
|
||||||
$this->out->elementEnd('a');
|
$this->out->elementEnd('a');
|
||||||
$this->out->elementEnd('span');
|
$this->out->elementEnd('span');
|
||||||
|
Loading…
Reference in New Issue
Block a user