Added another single whitespace

This commit is contained in:
Sarven Capadisli 2010-02-15 21:21:25 +01:00
parent 03edbfe24e
commit 350f90eedc
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ class NoticeSection extends Section
'alt' => ($profile->fullname) ?
$profile->fullname :
$profile->nickname));
$this->out->text(' ');
$this->out->element('span', 'fn nickname', $profile->nickname);
$this->out->elementEnd('a');
$this->out->elementEnd('span');