diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-13 11:54:04 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-13 11:54:04 -0800 |
commit | d2c4ff5f7c8f1aa0319489fcd91bc6b91bde24cb (patch) | |
tree | e9d34680c3709a84c2ebbd8ccf51dd217df7414c /actions | |
parent | 86c8e13466252b2ccde553bcf2793d78696eec43 (diff) |
Ticket 2239: white space before apostrophe in metadata of status of notice
Diffstat (limited to 'actions')
-rw-r--r-- | actions/shownotice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index d09100f67..a1933ff63 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; } |