]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket 2239: white space before apostrophe in metadata of status of notice
authorBrion Vibber <brion@pobox.com>
Sat, 13 Mar 2010 19:54:04 +0000 (11:54 -0800)
committerBrion Vibber <brion@pobox.com>
Sat, 13 Mar 2010 19:54:04 +0000 (11:54 -0800)
actions/shownotice.php

index d09100f676aaf473e46e54aadd409f6ff1b1eb0c..a1933ff631d6e287110f0272d761749bb5eee0a7 100644 (file)
@@ -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;
         }