summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-09-18 19:32:51 +0200
committerSarven Capadisli <csarven@status.net>2009-09-18 19:32:51 +0200
commit4b7881c64e741d7b82f1d65bd9651148692cf1d4 (patch)
tree6bba7a2fcdd8782694e46bd653463e3f9f346967 /lib/noticelist.php
parentfc0f871bfe653a635d5e86986f2c8510434f74c3 (diff)
Removed trailing single space in author @title
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index 6b2bccd97..336457b45 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -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();