summaryrefslogtreecommitdiff
path: root/actions/shownotice.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-13 11:54:04 -0800
committerBrion Vibber <brion@pobox.com>2010-03-13 11:54:04 -0800
commitd2c4ff5f7c8f1aa0319489fcd91bc6b91bde24cb (patch)
treee9d34680c3709a84c2ebbd8ccf51dd217df7414c /actions/shownotice.php
parent86c8e13466252b2ccde553bcf2793d78696eec43 (diff)
Ticket 2239: white space before apostrophe in metadata of status of notice
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r--actions/shownotice.php2
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;
}