Ticket 2239: white space before apostrophe in metadata of status of notice

This commit is contained in:
Brion Vibber 2010-03-13 11:54:04 -08:00
parent 86c8e13466
commit d2c4ff5f7c
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class ShownoticeAction extends OwnerDesignAction
function title()
{
if (!empty($this->profile->fullname)) {
$base = $this->profile->fullname . ' (' . $this->profile->nickname . ') ';
$base = $this->profile->fullname . ' (' . $this->profile->nickname . ')';
} else {
$base = $this->profile->nickname;
}