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

View File

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