]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added another single whitespace
authorSarven Capadisli <csarven@status.net>
Mon, 15 Feb 2010 20:21:25 +0000 (21:21 +0100)
committerSarven Capadisli <csarven@status.net>
Mon, 15 Feb 2010 20:21:25 +0000 (21:21 +0100)
lib/noticesection.php

index 24465f8baf1f835ff87f46ce0c19667213e61c51..7157feafc565bd81b30f1cba4d0cee5c4dc18442 100644 (file)
@@ -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');