summaryrefslogtreecommitdiff
path: root/lib/noticesection.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-02-15 21:21:25 +0100
committerSarven Capadisli <csarven@status.net>2010-02-15 21:21:25 +0100
commit350f90eedca401c42f9b2100c747d8acb4c90df0 (patch)
tree9a78e8337638dbacffc2cc302c13a93ba609b287 /lib/noticesection.php
parent03edbfe24e99308b8c27363a0b81b96f9fda18a0 (diff)
Added another single whitespace
Diffstat (limited to 'lib/noticesection.php')
-rw-r--r--lib/noticesection.php1
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');