From: Brion Vibber Date: Sat, 13 Mar 2010 19:54:04 +0000 (-0800) Subject: Ticket 2239: white space before apostrophe in metadata of status of notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d2c4ff5f7c8f1aa0319489fcd91bc6b91bde24cb;p=quix0rs-gnu-social.git Ticket 2239: white space before apostrophe in metadata of status of notice --- diff --git a/actions/shownotice.php b/actions/shownotice.php index d09100f676..a1933ff631 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -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; }