diff options
author | Sarven Capadisli <csarven@status.net> | 2010-02-15 21:21:25 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-02-15 21:21:25 +0100 |
commit | 350f90eedca401c42f9b2100c747d8acb4c90df0 (patch) | |
tree | 9a78e8337638dbacffc2cc302c13a93ba609b287 /lib/noticesection.php | |
parent | 03edbfe24e99308b8c27363a0b81b96f9fda18a0 (diff) |
Added another single whitespace
Diffstat (limited to 'lib/noticesection.php')
-rw-r--r-- | lib/noticesection.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/noticesection.php b/lib/noticesection.php index 24465f8ba..7157feafc 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -90,6 +90,7 @@ class NoticeSection extends Section 'alt' => ($profile->fullname) ? $profile->fullname : $profile->nickname)); + $this->out->text(' '); $this->out->element('span', 'fn nickname', $profile->nickname); $this->out->elementEnd('a'); $this->out->elementEnd('span'); |