]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed trailing single space in author @title
authorSarven Capadisli <csarven@status.net>
Fri, 18 Sep 2009 17:32:51 +0000 (19:32 +0200)
committerSarven Capadisli <csarven@status.net>
Fri, 18 Sep 2009 17:32:51 +0000 (19:32 +0200)
lib/noticelist.php

index 6b2bccd9766b1a827ade6fbc99364408425b0a4a..336457b455d5a2b8d4ba1ede2e2297fd27c35267 100644 (file)
@@ -261,7 +261,7 @@ class NoticeListItem extends Widget
         $attrs = array('href' => $this->profile->profileurl,
                        'class' => 'url');
         if (!empty($this->profile->fullname)) {
-            $attrs['title'] = $this->profile->fullname . ' (' . $this->profile->nickname . ') ';
+            $attrs['title'] = $this->profile->fullname . ' (' . $this->profile->nickname . ')';
         }
         $this->out->elementStart('a', $attrs);
         $this->showAvatar();