Ticket 2239: white space before apostrophe in metadata of status of notice
This commit is contained in:
parent
86c8e13466
commit
d2c4ff5f7c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user