forked from GNUsocial/gnu-social
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()
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user