Removed trailing single space in author @title

This commit is contained in:
Sarven Capadisli 2009-09-18 19:32:51 +02:00
parent fc0f871bfe
commit 4b7881c64e
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class NoticeListItem extends Widget
$attrs = array('href' => $this->profile->profileurl,
'class' => 'url');
if (!empty($this->profile->fullname)) {
$attrs['title'] = $this->profile->fullname . ' (' . $this->profile->nickname . ') ';
$attrs['title'] = $this->profile->fullname . ' (' . $this->profile->nickname . ')';
}
$this->out->elementStart('a', $attrs);
$this->showAvatar();