projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0f871
)
Removed trailing single space in author @title
author
Sarven Capadisli
<csarven@status.net>
Fri, 18 Sep 2009 17:32:51 +0000
(19:32 +0200)
committer
Sarven Capadisli
<csarven@status.net>
Fri, 18 Sep 2009 17:32:51 +0000
(19:32 +0200)
lib/noticelist.php
patch
|
blob
|
history
diff --git
a/lib/noticelist.php
b/lib/noticelist.php
index 6b2bccd9766b1a827ade6fbc99364408425b0a4a..336457b455d5a2b8d4ba1ede2e2297fd27c35267 100644
(file)
--- 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();