From d2c4ff5f7c8f1aa0319489fcd91bc6b91bde24cb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 13 Mar 2010 11:54:04 -0800 Subject: [PATCH] Ticket 2239: white space before apostrophe in metadata of status of notice --- actions/shownotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2