]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Ticket 2239: white space before apostrophe in metadata of status of notice
[quix0rs-gnu-social.git] / 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;
         }